Home
Softono
nuxt-storybook

nuxt-storybook

Open source JavaScript
67
Stars
12
Forks
10
Issues
2
Watchers
3 years
Last Commit

About nuxt-storybook

An example repo of using Storybook and Nuxt.js

Platforms

Web Self-hosted

Languages

JavaScript

Links

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.