2022-12-09 15:52:50 +00:00

10 lines
504 B
Plaintext

- Add the `--type web_components` flag to the installation command to set up Storybook manually:
```shell
npx storybook init --type web_components
```
- For other installation issues, check the Web Components README files for additional instructions:
- [Web Components with Webpack](https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-webpack5)
- [Web Components with Vite](https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-vite)