Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.83 KB

logo

Downloads Version npm next version License vuepress channel on Discord

This is the branch for VuePress 1.x and docs are available at https://v1.vuepress.vuejs.org.

Install

yarn add vuepress -D       # Install 0.x
yarn add vuepress@next -D  # Install 1.x.

Showcase

Check out Awesome Vuepress to find awesome things related to VuePress 1.x .

Development

Please make sure your version of Node.js is greater than 8.

yarn bootstrap # Install and link dependencies for this lerna repo
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test

If you intend to make "substantial" changes to VuePress or its documentation, please checkout VuePress RFCs.

Thank you to all the people who already contributed to Vue!

contributors

License

MIT