Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 706 Bytes

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.