增加静态页面构建、文档撰写热更新方法

增加静态页面构建、文档撰写热更新方法。配图。
This commit is contained in:
SilverLeaves 2018-07-19 10:49:07 +08:00 committed by GitHub
parent 7f645f350d
commit 3885d327be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@
## 静态页面构建与文档撰写
![image](/vuepress_page.png)
### 构建
你可以将本mdbook构建成一系列静态html页面。这里我们采用vuepress打包出静态网页。在这之前你需要安装Nodejs。