README.md
December 27, 2022 · View on GitHub
Searchable Jakarta’s public transportation routes
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so the tsc CLI is replaced with vue-tsc for type checking.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm start
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint