Introduction

安装
如果你没有安装 gitbook,则先使用 npm(或者 cnpm)安装 gitbook-cli:
npm install gitbook-cli -g进入项目根目录,执行以下命令运行 gitbook:
安装依赖
gitbook install启动本地服务器
gitbook serve生成 HTML 文件,存放在 _book 目录下
gitbook buildLast updated
Was this helpful?

如果你没有安装 gitbook,则先使用 npm(或者 cnpm)安装 gitbook-cli:
npm install gitbook-cli -g进入项目根目录,执行以下命令运行 gitbook:
安装依赖
gitbook install启动本地服务器
gitbook serve生成 HTML 文件,存放在 _book 目录下
gitbook buildLast updated
Was this helpful?