Skip to content
forked from vuejs/vuepress

📝 Minimalistic Vue-powered static site generator

License

Notifications You must be signed in to change notification settings

feliciaZH/vuepress

 
 

Repository files navigation

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.

Status: beta

Most of the planned features in place but there may still be bugs. API may still change until we reach RC 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 is: https://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 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

About

📝 Minimalistic Vue-powered static site generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.7%
  • Vue 20.8%
  • TypeScript 11.1%
  • CSS 3.2%
  • HTML 0.2%