Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

4e769a6 · Apr 17, 2018

History

History
34 lines (28 loc) · 920 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 920 Bytes
home heroImage actionText actionLink features footer
true
/hero.png
快速上手 →
/zh/guide/
title details
简洁至上
以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
title details
Vue驱动
享受 Vue + webpack 的开发体验,可以在 Markdown 中使用 Vue 组件,又可以使用 Vue 来开发自定义主题。
title details
高性能
VuePress 会为每个页面预渲染生成静态的 HTML,同时,每个页面被加载的时候,将作为 SPA 运行。
MIT Licensed | Copyright © 2018-present Evan You

像数 1, 2, 3 一样容易

# 安装
yarn global add vuepress # 或者:npm install -g vuepress

# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md

# 开始写作
vuepress dev .

# 构建静态文件
vuepress build .

::: warning NODE VERSION 请确保你 Node.js 的版本大于 8。 :::