A modern Vue.js project setup with:
- Vue 3 with TypeScript
- Vite as build tool
- Tailwind CSS for styling
- Firebase integration
- pnpm as package manager
pnpm install
pnpm run dev
pnpm run build
- Create a Firebase project at https://console.firebase.google.com/
- Copy your Firebase configuration from the project settings
- Update the
src/firebase.ts
file with your Firebase configuration
- Vue 3
- TypeScript
- Vite
- Tailwind CSS
- Firebase
- pnpm