make frontend dev/prod ready

This commit is contained in:
voje
2019-03-19 08:11:26 +01:00
parent e5b6f02abd
commit fbe9eb7b0f
11 changed files with 281 additions and 214 deletions

View File

@@ -60,3 +60,13 @@ fill_database: data/samples
--output $(OUTPUT) --outdir $(OUTDIR) --dbaddr $(DBADDR) \
--dbuser $(DB_USR_USER) --dbpass $(DB_USR_PASS)
## Frontend
## Run from host
## See src/frontend_vue/README.md for port settings etc.
frontend-dev:
cd src/frontend_vue/; $(MAKE) dev
frontend-prod:
cd src/frontend_vue/; $(MAKE) prod