A Vue.js application with Vuetify for mapping and data visualization.
- Node.js 22+
- npm
-
Install dependencies
npm install
-
Start development server
npm run dev
The app will be available at
http://localhost:3000
npm run dev- Start development servernpm run lint- Fix ESLint issues automaticallynpm run lint:check- Check for ESLint issues (used in CI)
Always create branches with descriptive names that include the ticket/issue number:
feature/a27plat-XXX-description- New featuresbugfix/a27plat-XXX-description- Bug fixes
- Major changes: Create PR to
developbranch- New features
- Significant refactoring
- Breaking changes
- Complex bug fixes
- Small changes: Create PR directly to
mainbranch- Minor bug fixes
- Documentation updates
- Small UI improvements
- Dependency updates