Files
vuepress/docs
ULIVZ 2f53f2fe77 feat($default-theme): new file-level API: style.styl.
1. Fixed overriding css doesn't work at 0.11.0 (close: #639)

2. Split override.styl into two APIs: override.styl and style.styl, the former will focus on ONLY the style constants override, while the latter will focus on styles override or custom styles. See also: https://vuepress.vuejs.org/default-theme-config/#simple-css-override.
2018-07-13 03:53:18 +08:00
..
2018-07-01 10:40:39 -04:00
2018-07-01 10:40:39 -04:00
2018-07-12 13:07:14 +08:00
2018-07-02 21:46:31 -04: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

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

# 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. :::