Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannbf/storybook-vue-ts
https://github.com/yannbf/storybook-vue-ts
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yannbf/storybook-vue-ts
- Owner: yannbf
- Created: 2020-04-26T21:30:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:41:43.000Z (about 2 years ago)
- Last Synced: 2024-10-18T10:43:35.633Z (2 months ago)
- Language: Vue
- Size: 4.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storybook-vue
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).