mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
10 lines
504 B
Plaintext
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)
|