Skip to content

Commit

Permalink
install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jul 19, 2023
1 parent 6e0d166 commit 6490867
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"@histoire/plugin-vue": "^0.16.1",
"@iconify/vue": "^4.1.1",
"@radix-ui/colors": "^1.0.0",
"@rollup/plugin-alias": "^5.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"histoire": "^0.16.2",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"vite": "^4.3.9"
"vite": "^4.3.9",
"vue": "^3.3.4"
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ We would love to have your contributions! All PRs all welcomed! We need help bui
1. Clone the repo
2. Run `pnpm i`
3. Run `pnpm story:dev` to run histoire (storybook)
4. Open `http://localhost:6006`

## Community

Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6490867

Please sign in to comment.