unit test init

This commit is contained in:
pangxie1991
2017-03-02 17:30:55 +08:00
parent bd24b22203
commit c1b215cb94
112 changed files with 18189 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
.PHONY: test
usage = "\
Usage: make <option> \n\n\
init componentname 初始化一个新组件请忽视makefile的报错 \n\n\
@@ -12,3 +13,6 @@ init:
dev:
npm run dev
test:
npm run test