mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
- Add the `--type web_components` flag to the installation command to set up Storybook manually:
|
|
|
|
```shell
|
|
npx sb init --type web_components
|
|
```
|
|
|
|
- For other installation issues, check the [Web Components README](../../app/web-components/README.md) for additional instructions. |