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