Skip to content

Commit

Permalink
Merge pull request #4825 from y-nk/docs/guide-vue
Browse files Browse the repository at this point in the history
Update guide for Vue to match current requirements
  • Loading branch information
igor-dv authored and shilman committed Nov 25, 2018
1 parent 086e4a9 commit c647bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/basics/guide-vue/index.md
Expand Up @@ -37,8 +37,8 @@ Make sure that you have `vue`, `babel-core`, `babel-loader` in your dependencies

```sh
npm i --save vue
npm i --save-dev babel-core
npm i --save-dev babel-loader
npm i --save-dev babel-loader vue-loader vue-template-compiler
npm i --save-dev @babel/core babel-preset-vue
```

## Create the NPM script
Expand Down

0 comments on commit c647bd8

Please sign in to comment.