/firebase-hosting

Example Vue.js project to deploy to Firebase Hosting on multiple environments

Primary LanguageVue

Firebase Hosting

Project setup

npm install

Build the project

npm run build

Install & configure Firebase tools

npm install -g firebase-tools
firebase login

Add a Firebase project

firebase use --add

Deploy the project

firebase deploy -P <project-alias>