This commit is contained in:
MTrun
2021-12-10 14:11:49 +08:00
commit 535104447b
72 changed files with 5576 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
.PHONY: dist test
default: help
dev:
npm run dev
build:
npm run build
help:
@echo " make dev 开发模式"
@echo " make build 编译模式"