Files
zyplayer-doc/zyplayer-doc-ui/es-ui/Makefile
暮光:城中城 fb5438e1ec 增加es文档雏形~
2019-07-21 22:41:23 +08:00

10 lines
94 B
Makefile

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