Skip to content

vuejs/vuepress

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2018
Sep 2, 2018
Apr 12, 2018
Feb 13, 2019
Dec 9, 2018
Dec 13, 2018
Aug 11, 2018
Dec 13, 2018
Feb 3, 2019
Dec 13, 2018
Jun 9, 2018
Feb 8, 2019
Apr 13, 2018
Feb 11, 2019
Sep 23, 2018
Feb 8, 2019
Jan 17, 2019
Dec 8, 2018
Jan 27, 2019

Repository files navigation

logo

Downloads Version npm next version License vuepress channel on Discord

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

Status: alpha

Certain combinations of plugins may not work properly, and things may change or break until we reach beta phase. Do not use in production yet unless you are adventurous.

For 0.x, it's moved to 0.x branch and still maintained, the website was switching to https://v0.vuepress.vuejs.org.

Note that we are working hard to improve the documentation and contributions welcome if you keep up with the latest changes.

Install

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

Showcase

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

Development

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

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.

License

MIT