This template should help get you started developing with Vue 3 in Vite. It extends the default Vue template and is customised for building mobile apps.
- Vue Router with a HomeView and LostView (404)
- Meta tags and configurations for SEO
- Axios for API calls
- A mock.json file for test data
- Bricolage and Roboto Mono typefaces
- Basic typography and button overrides
- Basic transitions: fade, slide-{direction}
- A .frame class for full screen layouts
- A .spinner class for loading states
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint