gulp4.0 前端构建脚手架,方便简洁
https://github.com/blueskyli/gulp
https://www.npmjs.com
https://blog.csdn.net/guang_s/article/details/84664769
模板
https://blog.csdn.net/guang_s/article/details/84675106
http://www.cnblogs.com/caoruichun/p/10540213.html
If they are not installed, follow the instructions here.
npm install --global gulp-cli
npm --version
npx --version
npx mkdirp my-project
cd my-project
//This will guide you through giving your project a name, version, description, etc.
npm init
//Install the gulp package in your devDependencies
npm install --save-dev gulp
//Test it To run multiple tasks, you can use gulp <task> <othertask>
gulp
https://github.com/blueskyli/gulp-4.0/releases/
- npm i gitbook-cli -g
- 编写SUMMARY.md
- gitbook init 生成目录
- gitbook build 生成文档