Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 607 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 607 Bytes

snap-reports

Project setup

npm install

or docker built . -t snap-reports-frontend:latest

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deploy to k8s

kubectl apply -f manifests/deployment.yaml -n snap-report
kubectl apply -f manifests/service.yaml -n snap-report
kubectl apply -f manifests/ingress.yaml -n snap-report

Customize configuration

See Configuration Reference.

TODO

  • Migrate to Vuejs v3