new file: serv_rest_api/api/Makefile
new file: serv_spa/spa/vue/Makefile divide spa and rest api
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
t:
|
||||
@go test ./... -v
|
||||
@@ -0,0 +1,13 @@
|
||||
build:
|
||||
npm run build
|
||||
|
||||
run:
|
||||
npm run dev
|
||||
|
||||
deploy:
|
||||
npm run build
|
||||
git add .
|
||||
git commit -m 'build deploy'
|
||||
git push
|
||||
|
||||
.DEFAULT_GOAL := run
|
||||
Reference in New Issue
Block a user