1 Star 0 Fork 1

邓海兵/mint-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
qingwei.li 提交于 2016-09-27 16:30 . (next)Refactor build scripts
.PHONY: dist
default: help
dev:
npm run dev
dist:
npm run dist
dist-all:
node build/bin/build-all.js
deploy:
npm run deploy
pub:
npm run pub
pub-all:
npm run pub:all
help:
@echo " \033[35mmake\033[0m \033[1m命令使用说明\033[0m"
@echo " \033[35mmake install\033[0m\t\033[0m\t--- 安装依赖"
@echo " \033[35mmake dev\033[0m\t\033[0m\t--- 开发模式"
@echo " \033[35mmake dist\033[0m\t\033[0m\t--- 编译项目,生成目标文件"
@echo " \033[35mmake dist-all\033[0m\t--- 分别编译每个组件项目"
@echo " \033[35mmake deploy\033[0m\t\033[0m\t--- 部署 demo"
@echo " \033[35mmake pub\033[0m\t\033[0m\t--- 发布到 npm 上"
@echo " \033[35mmake pub-all\033[0m\t\033[0m\t--- 发布各组件到 npm 上"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dseaice/mint-ui.git
git@gitee.com:dseaice/mint-ui.git
dseaice
mint-ui
mint-ui
master

搜索帮助