前端拆分为单独项目来维护开发

This commit is contained in:
暮光:城中城
2019-05-17 18:23:03 +08:00
parent 13e390535d
commit 25b4089a8f
27 changed files with 12600 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build