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 .envnpm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint