Files
zyplayer-doc/zyplayer-doc-ui/console-ui/Makefile
暮光:城中城 f144e77035 重构控制台首页
2019-06-27 22:42:06 +08:00

10 lines
94 B
Makefile

.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build