1 Star 0 Fork 79

workor/Vant

forked from Gitee 极速下载/Vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
pangxie1991 提交于 2017-03-02 17:30 . unit test init
.PHONY: test
usage = "\
Usage: make <option> \n\n\
init componentname 初始化一个新组件,请忽视makefile的报错 \n\n\
\n"
default:
@echo $(usage)
init:
node build/bin/init.js $(filter-out $@,$(MAKECMDGOALS))
dev:
npm run dev
test:
npm run test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cxd520/Vant.git
[email protected]:cxd520/Vant.git
cxd520
Vant
Vant
master

搜索帮助