Skip to content

Commit 9f6f9dc

Browse files
committed
update dev setup guide
1 parent d106484 commit 9f6f9dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
6060
You will need [Node.js](http://nodejs.org) & [Grunt](http://gruntjs.com).
6161

6262
``` bash
63-
# npm install -g grunt-cli
63+
$ npm install -g grunt-cli
6464
$ npm install
65+
# install pre-commit lint hook
66+
$ npm run install-hook
6567
```
6668

6769
To watch and auto-build `dist/vue.js` during development:

0 commit comments

Comments
 (0)