/gulp-template

Gulp Template / gulp 工作流模板

Primary LanguageJavaScript

gulp-template

gulp工作流模板

目录说明

++build                 //  gulpfile配置文件夹
  --gulpfile.config     //  gulp路径配置文件
  --gulpfile.dev        //  gulp开发环境配置
  --gulpfile.prod       //  gulp生产环境打包配置
  --gulpfile.init       //  gulp自动构建目录
++dist                  //  gulp打包后的目录
++src                   //  gulp打包前的木  

有什么功能

  • 开发服务器页面自动刷新同步
  • css 自动autoprefixer
  • js css 合并
  • js 代码规范检查
  • less 编译
  • 代码混淆
  • ejs 模板

如何使用

git clone

git clone git@github.com:lemontree2000/gulp-template.git

npm install

npm install

npm run dev

开始开发环境

npm run build

开始打包生产环境

npm run init

初始化目录

npm run clean

清除dist目录