Files
tp/serv_spa/spa/vue/Makefile
T
valitovgaziz 1e83239dcc new file: serv_rest_api/api/Makefile
new file:   serv_spa/spa/vue/Makefile
divide spa and rest api
2025-08-08 16:09:52 +05:00

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