mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
11 lines
105 B
Makefile
11 lines
105 B
Makefile
.PHONY: dist build
|
|
|
|
build: install
|
|
@npm run build
|
|
|
|
dev: install
|
|
@npm run serve
|
|
|
|
install:
|
|
@npm install
|