Nuxt/examples/storybook/README.md

25 lines
506 B
Markdown
Raw Normal View History

2018-02-05 23:13:37 +00:00
## Storybook demo for Nuxt
2018-02-06 02:36:22 +00:00
2018-02-06 09:35:53 +00:00
Deo showcasing [Storybook](https://storybook.js.org/) usage with Nuxt.js, [Vuetify](https://vuetifyjs.com) and [Vue-Charts](http://vue-chartjs.org/)
2018-02-06 02:36:22 +00:00
### Features
2018-02-06 09:35:53 +00:00
* supports '~' and '~~' Nuxt.js aliases
2018-02-06 02:36:22 +00:00
* contains storybase.js with helper classes
2018-02-06 09:35:53 +00:00
* integrates most of addons
* real life examples with Vuetify and Vue-Charts
2018-02-06 11:56:28 +00:00
### Usage
Start the example o [http://localhost:3000](http://localhost:3000):
```bash
npm run dev
```
Run Storybook:
```bash
npm run storybook
```