Files
zyplayer-doc/zyplayer-doc-ui/es-ui/Makefile

10 lines
94 B
Makefile
Raw Normal View History

2019-07-21 22:41:23 +08:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build