Files
zyplayer-doc/zyplayer-doc-ui/db-open-ui/Makefile
2019-08-11 23:13:13 +08:00

10 lines
94 B
Makefile

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