vant components

This commit is contained in:
cookfront
2017-04-19 17:33:44 +08:00
commit 63c549d651
346 changed files with 25710 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.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