docs(vite): add the option to install via pnpm

This commit is contained in:
pure-js 2023-09-13 12:28:31 +04:00
parent bad34e1156
commit f626c7472b
3 changed files with 5 additions and 0 deletions

View File

@ -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',
]}
/>

View File

@ -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',
]}
/>

View File

@ -0,0 +1,3 @@
```shell
pnpm add --save-dev @storybook/builder-vite
```