Created
September 2, 2022 14:23
-
-
Save brachkow/5a174710f7e627371ab51f92c6de6c5f to your computer and use it in GitHub Desktop.
Install storybook for pnpm+vue3 project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto-install-peers=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npx sb init --type vue3 -s | |
pnpm install --shamefully-hoist | |
pnpm run storybook | |
# if not working — check peer deeps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment