frp/web/frps/Makefile
2020-11-27 09:45:04 +08:00

11 lines
105 B
Makefile

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