Ver Fonte

update dev setup guide

Evan You há 10 anos atrás
pai
commit
9f6f9dc805
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      CONTRIBUTING.md

+ 3 - 1
CONTRIBUTING.md

@@ -60,8 +60,10 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
 You will need [Node.js](http://nodejs.org) & [Grunt](http://gruntjs.com).
 
 ``` bash
-# npm install -g grunt-cli
+$ npm install -g grunt-cli
 $ npm install
+# install pre-commit lint hook
+$ npm run install-hook
 ```
 
 To watch and auto-build `dist/vue.js` during development: