Skip to content

An example repo of using Storybook and Nuxt.js

Notifications You must be signed in to change notification settings

MikezBikez/nuxt-storybook

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • Vue 47.3%
  • CSS 0.8%