mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 21:31:48 +08:00
10 lines
436 B
Plaintext
10 lines
436 B
Plaintext
- Add the `--type html` flag to the installation command to set up Storybook manually:
|
|
|
|
```shell
|
|
npx storybook init --type html
|
|
```
|
|
|
|
- For other installation issues, check the React README files for additional instructions:
|
|
- [HTML with Webpack]( https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-webpack5)
|
|
- [HTML with Vite](https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-vite)
|