Nuxt/examples/storybook
Sébastien Chopin c9598993c5
Update README.md
2018-02-06 13:20:38 +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 Update README.md 2018-02-06 13:20:38 +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

Demo 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

Description

This demo aims to integrate all the above mentioned technologies with best practices in mind.

Points of interest

  • .storybook folder contains storybook configuration
  • stories folder has number of stories corresponding to components
  • Note, Storybook is configured to understand Nuxt aliases ~ and ~~
  • Number of helpers in storybase.js to simplify storybook usahe

Usage

To run locally in dev mode

npm run storybook

and then access the storybook from localhost:9001

To build static storybook to .out folder

npm run storybookoutput

More reading