We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
build a bone for normal development with gulp and the plugins of that
编译sass给编译后的css添加prefixer前缀Babel编译,把Es6代码编译成Es5压缩图片/html/css/jsbrowser-sync监听文件修改进行热加载更新js添加jsdoc注解(未实现)
sass
css
prefixer
Babel
Es6
Es5
html
js
browser-sync
jsdoc
init - 初始化
npm install / yarn install
env - 开发模式
npm run env / yarn run env
build - 生产模式
npm run build / yarn run build