iamjohnlong / nuxt-storybook

An example repo of using Storybook and Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-storybook

Header Image

Reference repository on using Storybook 5.0.6 and Nuxt.js 2.5.1

Full article explaining each step can be found on Medium.

Check out the stories for this repo running on Netlify

Running Storybook

After cloning the repo, cd into the folder and:

# install dependencies
$ npm install

$ npm run storybook

Storybook will open up a new tab on http://localhost:6060/ (change the package.json script to use the default port).

Feedback is appreciated.

About

An example repo of using Storybook and Nuxt.js


Languages

Language:JavaScript 80.3%Language:Vue 16.0%Language:CSS 3.7%