The Vue Firebase is a boilerplate to prevent you from starting a Vue.js & Firebase project from scratch. With that you don't need to worry about some needed features like Authentication, Layout (UI/UX), Environment Variables (DotEnv) and more.
https://example-vue-firebase.firebaseapp.com
- Run
npm install
- Copy the file .env.example to .env
- Pass your Firebase's configuration within quotations, e.g FIREBASE_API_KEY='"YOUR_API_KEY"'
- Run
npm run dev
to start the Vue application
MIT license.