new frps dashboard

This commit is contained in:
fatedier
2017-03-27 02:15:31 +08:00
parent 8b2cde3a30
commit d8683a0079
21 changed files with 1299 additions and 0 deletions

9
web/frps/Makefile Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build