vuetify-with-storybook
Setting up Storybook with Vuetify the right way
File Explorer
Download Latest Version (.zip)- addons.js
- config.js
- preview-head.html
- favicon.ico
- index.html
- vuetify-with-storybook-logo.png
- logo.png
- logo.svg
- VBtnPlus.vue
- VStatsCard.vue
- HelloWorld.vue
- vuetify.js
- decorators.js
- common.stories.js
- About.vue
- Home.vue
- App.vue
- main.js
- router.js
- store.js
- SilenceWarnHack.js
- test-utils.js
- VBtnPlus.spec.js
- VStatsCard.spec.js
- HelloWorld.spec.js
- .eslintrc.js
- .browserslistrc
- .editorconfig
- .eslintrc.js
- .gitignore
- .huskyrc.json
- .lintstagedrc.json
- .prettierrc.js
- .release-it.json
- .travis.yml
- babel.config.js
- CHANGELOG.md
- CODE-OF-CONDUCT.md
- commitlint.config.js
- CONTRIBUTING.md
- jest.config.js
- LICENSE.md
- package-lock.json
- package.json
- postcss.config.js
- README.md
- vue.config.js
# Installation Guide
1. Get the code
git clone https://github.com/nidkil/vuetify-with-storybook
Downloads the entire project code from GitHub to your computer.
cd vuetify-with-storybook
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save-dev stylus stylus-loader style-loader css-loader
Downloads and installs the libraries listed in package.json.
$ npm install --save-dev @mdi/font
Downloads and installs the libraries listed in package.json.
$ npm run lint
Type this command into your terminal and run it.
$ npm run serve
Type this command into your terminal and run it.
$ npm run storybook:serve
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
