A simple EV/Hybrid charge cost calculator built with Vue 3, TypeScript, and Vuetify.
Available on ev.bram-dev.nl
npm install
npm run devThis project is built with TypeScript for type safety and developer experience:
# Run type checking
npm run type-check
# Build with type checking
npm run build# Run tests
npm test
# Run tests with coverage
npm run test:coverage