/nuxt-storybook

A NuxtJS and Storybook starter project

Primary LanguageJavaScript

Nuxtjs and Storybook client

Storybook and NuxtJS starter

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

# serve storybook with hot reload
$ npm run storybook

# run storyshots
$ npm test

For detailed explanation on how things work, checkout Nuxt.js docs.