A mobile-first Vue 3 prototype for vehicle service history, maintenance planning, specifications, and ownership transfer. All data and interactions are local mocks.
npm ci
npm run devnpm run buildThe repository is configured for GitHub → Vercel deployment.
- Push the project to a GitHub repository.
- In Vercel, choose Add New → Project and import the repository.
- Vercel will read
vercel.jsonand detect Vite automatically. - Deploy without adding environment variables; the prototype uses local mock data.
Deployment settings are explicitly configured as:
- Node.js:
20.x - Build command:
npm run build - Output directory:
dist - SPA fallback: all application routes rewrite to
index.html
Local secrets, .env files, dependencies, and build output are excluded from Git through .gitignore.