-
Notifications
You must be signed in to change notification settings - Fork 265
⒈ 快速开始
hzlzh edited this page Aug 24, 2017
·
4 revisions
tmt-workflow 是一个基于 gulp(gulp4) 、跨平台(Mac&Win)、高效、可定制的前端工作流程。
- 默认认为您已经安装了 Node 环境(建议使用 Node 5.10.0)
- 安装全局 gulp4:
npm install gulpjs/gulp#4.0 -g
- 下载 tmt-workflow,进入根目录执行:
npm install
- 进入 project 目录:
cd project
- 执行
gulp build_dist
开始愉快开发的旅程吧!
xxx__item_hightlight