mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:01:07 +08:00
docs(vite): add the option to install via pnpm
This commit is contained in:
parent
bad34e1156
commit
f626c7472b
@ -17,6 +17,7 @@ To opt into a builder, the user must add it as a dependency and then edit their
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-vite-builder-install.yarn.js.mdx',
|
||||
'common/storybook-vite-builder-install.pnpm.js.mdx',
|
||||
'common/storybook-vite-builder-install.npm.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
@ -18,6 +18,7 @@ Run the following command to install the builder.
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-vite-builder-install.yarn.js.mdx',
|
||||
'common/storybook-vite-builder-install.pnpm.js.mdx',
|
||||
'common/storybook-vite-builder-install.npm.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
@ -0,0 +1,3 @@
|
||||
```shell
|
||||
pnpm add --save-dev @storybook/builder-vite
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user