web: Makefile for convenience setting env variables.

This commit is contained in:
Jonathan Bernard 2019-04-10 10:59:53 -05:00
parent 87446606c5
commit fcc2e40f8a

6
web/Makefile Normal file
View File

@ -0,0 +1,6 @@
serve:
local-ssl-proxy --source=8443 --target=8080 &
VUE_APP_LOG_LEVEL=TRACE \
VUE_APP_API_LOG_LEVEL=WARN \
VUE_APP_PM_API_BASE=https://localhost:8443/api \
npm run serve