Simplicity First


Minimal setup with markdown-centered project structure helps you focus on writing.




Vue-Powered


Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.




Performant


VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.



As Easy as 1, 2, 3

  1. # install
  2. yarn global add vuepress # OR npm install -g vuepress
  3. # create a markdown file
  4. echo '# Hello VuePress' > README.md
  5. # start writing
  6. vuepress dev
  7. # build to static files
  8. vuepress build

::: warning COMPATIBILITY NOTE
VuePress requires Node.js >= 8.
:::