This template should help get you started developing with Vue 3 in Vite.
- setup firebase
- setup form for signup 'authUser'
- setup vuefire
- also create 'user' document on signup ('docUser')
- somehow connect those together (pinia?)
- ensure they are always loaded before the template
- generally that they are working as well as possible
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit
Lint with ESLint
pnpm lint