iuap-design/blog

教你使用gitbook和markdown来写一本书

Opened this issue · 0 comments

教你使用gitbook和markdown来写一本书

示例项目代码:https://github.com/GuoYongfeng/md2html

guide

安装依赖

$ npm install

调试文档

$ npm run serve

在本地localhost:4000查看效果

编译产出

$ npm run build

发布到github pages

$ npm run deploy

示例效果:http://guoyongfeng.github.io/md2html