hero

VuePress1.x template

Quick build document

started quickly →

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.

# Quick installation

# install
yarn global add vuepress # or:npm install -D vuepress

# Create a new markdown file
echo '# Hello VuePress!' > README.md

# Start writing
vuepress dev .

# Build static file
vuepress build .
1
2
3
4
5
6
7
8
9
10
11

WARNING

make sure to Node.js version >= 8.6。