Files
vuepress/packages/docs/docs
2018-10-06 23:09:50 +08:00
..
2018-10-06 02:32:09 +08:00
2018-10-06 03:08:30 +08:00
2018-10-05 22:31:53 +08:00
2018-10-06 23:09:50 +08:00
2018-10-06 02:46:41 +08:00
2018-10-06 03:08:30 +08:00
2018-10-06 23:09:50 +08:00
2018-10-06 02:51:02 +08:00

home, heroImage, actionText, actionLink, footer
home heroImage actionText actionLink footer
true /hero.png Get Started → /guide/ MIT Licensed | Copyright © 2018-present Evan You

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

::: warning Note that this is the documentation of 1.x.x, if you are a 0.x.x user please go to: https://v0.vuepress.vuejs.org.. Since 1.x.x is still in the alpha stage, all APIs would change before we reach the rc stage, so do not use in production yet unless you are adventurous. :::

# install
yarn global add vuepress@next 
# OR npm install -g vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
vuepress dev

# build to static files
vuepress build

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