We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386d676 commit 6c60e54Copy full SHA for 6c60e54
README.md
@@ -30,12 +30,17 @@ Check out [Awesome Vuepress](https://github.com/ulivz/awesome-vuepress) to find
30
> Please make sure your version of Node.js is greater than 8.
31
32
``` bash
33
+yarn bootstrap # Install and link dependencies for this lerna repo
34
yarn dev # serves VuePress' own docs with itself
35
yarn test # make sure your code change pass the test
36
```
37
38
If you intend to make `"substantial"` changes to VuePress or its documentation, please checkout [VuePress RFCs](./rfcs/README.md).
39
40
+Thank you to all the people who already contributed to Vue!
41
+
42
+
43
44
## License
45
46
[MIT](https://github.com/vuejs/vuepress/blob/master/LICENSE)
0 commit comments