Nuxt/examples/storybook
Sébastien Chopin 3806160796 example: Update storybook example 2018-02-06 12:56:28 +01:00
..
.storybook example: Update storybook example 2018-02-06 12:56:28 +01:00
components example: Update storybook example 2018-02-06 12:56:28 +01:00
layouts initial commit 2018-02-06 02:36:22 +00:00
pages initial commit 2018-02-06 02:36:22 +00:00
plugins example: Update storybook example 2018-02-06 12:56:28 +01:00
static initial commit 2018-02-06 02:36:22 +00:00
store initial commit 2018-02-06 02:36:22 +00:00
stories example: Update storybook example 2018-02-06 12:56:28 +01:00
README.md example: Update storybook example 2018-02-06 12:56:28 +01:00
nuxt.config.js example: Update storybook example 2018-02-06 12:56:28 +01:00
package.json more cleanup 2018-02-06 02:52:15 +00:00

README.md

Storybook demo for Nuxt

Deo showcasing Storybook usage with Nuxt.js, Vuetify and Vue-Charts

Features

  • supports '~' and '~~' Nuxt.js aliases
  • contains storybase.js with helper classes
  • integrates most of addons
  • real life examples with Vuetify and Vue-Charts

Usage

Start the example o http://localhost:3000:

npm run dev

Run Storybook:

npm run storybook