some dashboard refactor (#2101)

This commit is contained in:
hubery
2020-12-03 20:20:48 +08:00
committed by GitHub
parent 0ab055e946
commit 1e846df870
33 changed files with 10494 additions and 10531 deletions

View File

@@ -1,7 +1,10 @@
.PHONY: dist build
build:
build: install
@npm run build
dev: install
@npm run dev
@npm run serve
install:
@npm install