Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).