An example project demonstrating how to use Vue 3 + Firebase Authentication.
Made with Vue.js 3, Vite, Firebase, Vee Validate, Pinia, Vue Router, Vitest, and TailwindCss.
cp .env.example .env
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint