Skip to content

Commit

Permalink
Delete the line 'npm install' (vuejs#1475)
Browse files Browse the repository at this point in the history
This is already done by the command 'vue init ..' which installs the node_modules/
  • Loading branch information
pranayaryal authored and sdras committed Mar 9, 2018
1 parent 68f11a8 commit 15bdf0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v2/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ $ npm install --global vue-cli
$ vue init webpack my-project
# install dependencies and go!
$ cd my-project
$ npm install
$ npm run dev
```

Expand Down

0 comments on commit 15bdf0d

Please sign in to comment.