mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-10 00:12:22 +08:00
# Conflicts: # addons/storyshots/storyshots-puppeteer/package.json # addons/storysource/package.json # examples/official-storybook/stories/addon-a11y/highlight.stories.js # lib/api/src/lib/stories.ts # lib/api/src/tests/stories.test.ts # lib/core-server/src/build-static.ts # lib/core-server/src/utils/StoryIndexGenerator.ts # lib/manager-webpack4/src/presets/manager-preset.ts # lib/telemetry/src/get-monorepo-type.ts # yarn.lock
7 lines
290 B
Plaintext
7 lines
290 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](../../app/web-components/README.md) for additional instructions. |