# gulpBuildTools **Repository Path**: luozhikang/gulp-build-tools ## Basic Information - **Project Name**: gulpBuildTools - **Description**: Gulp是基于Node.js 实现的前端自动化构建的工具,能够大大的提升了开发效率,避免开发中一些繁琐的任务。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Gulp ## README # gulpBuildTools #### 介绍 Gulp是基于Node.js 实现的前端自动化构建的工具,能够大大的提升了开发效率,避免开发中一些繁琐的任务。 #### 软件架构 软件架构说明 #### 安装教程 #1. npm init -y; npm install gulp-cli -g; npm install gulp -D; 具体看文档。 #2.gulp -v CLI version: 2.3.0 ; Local version: 4.0.2 。 #3. Gulp构建gulpfile.js文件。 gulp的src()、dest()、pipe()方法,watch方法,es6转es5, 合并转换压缩,实现浏览器自动刷新和(热更新)。具体的要看官方文档,因为更新比较快。 #4.本人以cleandist(清除构建目录),minhtml(压缩html),mincss(压缩css),minjs(压缩js)以及watchfrontend(监听前面三个html,css,js)。 #### 使用说明 1. 配置文件比较多。 2. xxxx 3. xxxx #### 参与贡献 xiaoluo 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)