frp/web/frps/Makefile

11 lines
105 B
Makefile
Raw Normal View History

2017-03-26 20:15:31 +02:00
.PHONY: dist build
2019-02-11 04:42:07 +01:00
2020-12-03 13:20:48 +01:00
build: install
2019-02-11 04:42:07 +01:00
@npm run build
2017-03-26 20:15:31 +02:00
dev: install
2020-12-03 13:20:48 +01:00
@npm run serve
install:
@npm install