Files
vuepress/docs
2018-04-13 23:12:05 -04:00
..
2018-04-13 17:54:29 -04:00
2018-04-13 17:54:29 -04:00
2018-04-13 22:47:17 -04:00
2018-04-11 15:39:01 -04:00

home, heroImage, actionText, actionLink, features, footer
home heroImage actionText actionLink features footer
true /hero.png Get Started → /guide/
title details
Simplicity First Minimal setup with markdown-centered project structure helps you focus on writing.
title details
Vue-Powered Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
title details
Performant VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
MIT Licensed | Copyright © 2018-present Evan You

As Easy as 1, 2, 3

# install
npm install -g vuepress

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

# start writing
vuepress dev .

# build to static files
vuepress build .