build a bone for normal development with gulp and the plugins of that
- 搭建基于gulp开发的环境骨架,支持以下功能
- 编译
sass
- 给编译后的
css
添加prefixer
前缀Babel
编译,把Es6
代码编译成Es5
- 压缩图片/
html
/css
/js
browser-sync
监听文件修改进行热加载更新js
添加jsdoc
注解(未实现)
-
init - 初始化
npm install / yarn install
-
env - 开发模式
npm run env / yarn run env
-
build - 生产模式
npm run build / yarn run build