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.
Storybook versions
Storybook 8 is supported by:
@web/storybook-builder@0.2.x@web/storybook-framework-web-components@0.2.x
Storybook 7 is supported by:
@web/storybook-builder@0.1.x@web/storybook-framework-web-components@0.1.x
Migration from @web/dev-server-storybook
If you are migrating from the @web/dev-server-storybook plugin to Storybook 7, please read the Migration to Storybook 7 guide.