Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouts/storybook-test
A Vue.js Storybook test project
https://github.com/kouts/storybook-test
storybook vue
Last synced: 4 days ago
JSON representation
A Vue.js Storybook test project
- Host: GitHub
- URL: https://github.com/kouts/storybook-test
- Owner: kouts
- Created: 2020-10-09T19:20:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T11:51:51.000Z (over 4 years ago)
- Last Synced: 2024-12-15T11:42:26.240Z (about 2 months ago)
- Topics: storybook, vue
- Language: Vue
- Homepage:
- Size: 5.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storybook-test
A Vue.js Storybook test project that it's published at [GitHub pages](https://kouts.github.io/storybook-test/).## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Serve Storybook
```
npm run storybook
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).