Tilted sphere with longitudinal stripes Modern Web Guides Docs Blog Toggle darkmode

Web Storybook Builder

@web/storybook-builder is a Storybook builder powered by @web/dev-server. If you are using the ecosystem of @web/dev-server and @web/test-runner, then this is the right choice for your Storybook setup.

Installation

Install the @web/storybook-builder:

npm install @web/storybook-builder --save-dev

Install a framework, e.g. for Web Components:

Information about supported frameworks can be found here.

npm install @web/storybook-framework-web-components --save-dev

Then proceed to the Configuration.

Migration

If you are migrating from the @web/dev-server-storybook plugin to Storybook 7, please read the Migration to Storybook 7 guide.