MazeMasterJS Web UI
- added confirm dialog to Teams.vue deleteTeam()
- replaced external image resource reference with material icon
- added .env.production - this file will be used during build (npm run build) automatically. It MUST ONLY values safe for publishing to the public repo - no passwords, API keys, etc!
- updated tslint.config with more vue-friendly rules
- added tslint as a dev dependency
- updated dependencies
- updated module import for IMazeStub in MazeService.js to match shared-library changes
- version updated to 0.4.0 (we all need to start versioning this!)
npm install
npm run serve
npm run build
npm run test
npm run lint