This is a starter project for an SPA build with vue3, TS, tailwind, apollo.
The intention is for it to be paired with a Laravel Fortify + Sanctum + Lighthouse graphql backend api.
The commit history shows the steps of adding each of these technologies to the project so you can use this repo as a starting point, or use it's history as a guide for other projects.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint