Skip to content

Commit

Permalink
Merge pull request #1824 from JanCVanB/patch-1
Browse files Browse the repository at this point in the history
Docs: Add missing NPM script section to Vue guide
  • Loading branch information
ndelangen authored Sep 8, 2017
2 parents 01ead66 + cc74b32 commit 90eb0ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/pages/basics/guide-vue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ Make sure that you have `vue` in your dependencies as well because we list is as
npm i --save vue
```

## Create the NPM script

Add the following NPM script to your `package.json` in order to start the storybook later in this guide:

```
{
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook"
}
}
```

## Create the config file

Storybook can be configured in several different ways.
Expand Down

0 comments on commit 90eb0ee

Please sign in to comment.