1.0.4 • Published 2 years ago

gulp-demo3 v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

gulp-demo3

Gulp自动化构建工作流

依赖

  • gulp
  • del(删除)
  • browser-sync(热更新开发服务器)
  • gulp-load-plugins(自动加载插件)
  • gulp-swig(模板引擎)
  • gulp-sass(编译 scss)
  • @babel/core
  • @babel/preset-env
  • gulp-babel(编译 JS)
  • gulp-imagemin(压缩图片字体)
  • gulp-useref(资源链接)
  • gulp-if(判断文件类型)
  • gulp-htmlmin(压缩 HTML)
  • gulp-clean-css(压缩 CSS)
  • gulp-uglify(压缩 JS)

实现

  • 编译 HTML
  • 编译 CSS
  • 编译 JS
  • 压缩图片
  • 压缩字体
  • 热更新开发服务器
  • 压缩 HTML
  • 压缩 CSS
  • 压缩 JS

命令行使用

已经发布到 npm 模块,下载后可以在命令行使用