Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanmeche/vue-component-lib-with-storybook
POC for a Component Lib for Vue3 with Storybook integration
https://github.com/jeanmeche/vue-component-lib-with-storybook
Last synced: 21 days ago
JSON representation
POC for a Component Lib for Vue3 with Storybook integration
- Host: GitHub
- URL: https://github.com/jeanmeche/vue-component-lib-with-storybook
- Owner: JeanMeche
- Created: 2021-03-30T23:53:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T13:50:39.000Z (over 3 years ago)
- Last Synced: 2024-10-12T12:47:05.878Z (about 1 month ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# component-lib-with-storybook
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```## Build project
```
npm run build-lib
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).