Update frontend target

This commit is contained in:
Dave Gallant
2023-02-04 16:12:55 -05:00
parent 3c913531b1
commit 9f525a2324
3 changed files with 4421 additions and 4284 deletions

View File

@@ -20,6 +20,7 @@ backend:
## frontend: Build and run the frontend from source
frontend:
@npm install @vue/cli-service
@npx vue-cli-service serve
.PHONY: server