This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
- Fork the project, and clone to own machine
- Copy the config template:
cp src/configs/firebase.js.template src/configs/firebase.js
- Update the config, with specification from your own Firebase project`
- Run
npm install - Run
npm run devfor running test server - Happy coding