/gitbook-start

使用gitbook 快速 创建一个阅读文档

PRs Welcome

Introduction

立项

查看在线演示

# 初始化项目
#使用之前确保已安装node 
# npm i  gitbook -g 或 cnpm i gitbook -g // 全局安装gitbook 
# gitbook -V //查看版本 

git clone https://github.com/emjio/gitbook-start.git

cd gitbook-start

# 安装依赖
gitbook install 

# 开发时构建
gitbook serve 
浏览器打开 http://localhost:4000/ 预览

# 打包构建
gitbook build