2023-04-06 14:17:13 +01:00

10 lines
511 B
Plaintext

- Add the `--type web_components` flag to the installation command to set up Storybook manually:
```shell
npx storybook@latest 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)