This template should help get you started developing with Vue 3 in Vite (Web based app).
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
This project runs on Vue 3, Composition Style with Vue-Router, Pinia, and Firebase.
npm installnpm run devnpm run buildSince google has a great free option to try.
First need the tools to work with firebase.
npm i firebase-toolsSign into firebase console to configure project (Authentication, Firestore, Hosting, Storage, and Cloud Functions).
Once you setup and configure firebase, return and load needed API keys into project.
firebase initThis should be the same settings as from google console project settings.
Default is public directory, so change hosting to dist folder.
###This will deploy only the hosting otherwise everything
firebase deploy --only hostingYou can copy or change this for specific font/displays, including 3 "" marks with "sh" then the node commands in shell which ends with another 3 "" marks to end.
npm i firebase-tools