- JWT Token authorization and authentication
- Multi stage docker build
- Github action for simple CI with coverage fix for lcov-reporter
- Deployment ready for dokku/heroku
- Simple state management for JWT token handling
- Use of high charts
- Use of components
- Stubbed REST services
- Custom recursive interceptor to convert ISO String to Luxon objects
- Vuetify component framework used for responsive design
npm install
npm run serve
npm run serve --stub
npm run build
npm run test:unit
npm run lint
npm run test:unit:watch
npm run debug
{ "name": "Debug unit tests", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "webRoot": "C:/dev/workspaces/realestate_email_aggregator/realestate_email_aggregator_fe_vuejs/src", "breakOnLoad": true, "sourceMapPathOverrides": { "webpack:///./src/": "C:/dev/workspaces/realestate_email_aggregator/realestate_email_aggregator_fe_vuejs/src/" }, "port": 9229 },
- create file .env.development.local to override custom configs and vue configs
- remeber that custom configs must have prefix VUE_APP_