Files
zyplayer-doc/zyplayer-doc-ui/wiki-ui/Makefile
2019-05-17 18:23:03 +08:00

10 lines
94 B
Makefile

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