在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):zhonglimh/Ublue-gulp-config开源软件地址(OpenSource Url):https://github.com/zhonglimh/Ublue-gulp-config开源编程语言(OpenSource Language):JavaScript 88.9%开源软件介绍(OpenSource Introduction):Gulp4 工作流配置(Gulp4 workflow config)简介 - Introduction简单实用的前端自动化工作流配置,基于 Gulp4.x Simple and practical front-end automated workflow configuration based on Gulp4.x 特性 - Features
目录结构 - Directory structure
环境要求 - Pre Required如果你已经全局安装了 gulp 请先删除旧版本后再安装 $ npm rm --global gulp
# or
$ yarn global remove gulp 全局安装 gulp-cli $ npm install --global gulp-cli
# or
$ yarn global add gulp-cli 安装方式 - Installation# 安装 - Using npm or yarn
$ npm i ublue-gulp-config
# or
$ yarn add ublue-gulp-config
# 安装依赖 - Install dependency
$ npm install
# or
$ yarn install 使用方法 - Used# 项目初始化 - Project initialization
$ gulp init
# 环境启动 - Start it
$ gulp 环境切换 - Using environment variables# 发布测试环境 - Build for test environment
$ gulp init --test
# 发布生产环境 - Build for production environment
$ gulp init --build
# 清理生产目录 - Clean up development or production
$ gulp clean
# 清理指定环境目录 - Clean up the specified environment directory
$ gulp clean --test 开源许可(License)更新日志(Release History)2020-03-11 v1.1.4 - update README.md v1.1.3 - fix NPM config v1.1.2 - update imagemin-pngquant 2019-11-1 2019-10-31 2019-03-11 2019-03-10 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论