We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d106484 commit 9f6f9dcCopy full SHA for 9f6f9dc
CONTRIBUTING.md
@@ -60,8 +60,10 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
60
You will need [Node.js](http://nodejs.org) & [Grunt](http://gruntjs.com).
61
62
``` bash
63
-# npm install -g grunt-cli
+$ npm install -g grunt-cli
64
$ npm install
65
+# install pre-commit lint hook
66
+$ npm run install-hook
67
```
68
69
To watch and auto-build `dist/vue.js` during development:
0 commit comments