本项目主要用于记录开发中常遇到的问题以及一些坑,方便其他同事快速解决问题,避免不必要的时间浪费。请猛击http://tcl-mig-fe.github.io/quick-guides/ 进行访问。
- 安装
gitbook
npm install -g gitbook-cli- 安装依赖
gitbook install- 运行
D:\codes\docs\quick-guides>gitbook serve
Live reload server started on port: 35729
Press CTRL+C to quit ...
Starting server ...
Serving book on http://localhost:4000- 构建
gitbook build