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