1e83239dcc
new file: serv_spa/spa/vue/Makefile divide spa and rest api
13 lines
137 B
Makefile
13 lines
137 B
Makefile
build:
|
|
npm run build
|
|
|
|
run:
|
|
npm run dev
|
|
|
|
deploy:
|
|
npm run build
|
|
git add .
|
|
git commit -m 'build deploy'
|
|
git push
|
|
|
|
.DEFAULT_GOAL := run
|