Firebase Admin Panel using Vue.js (vuex, vuetify, vuefire)
Enter your project configuration settings in src/main.js
const configOptions = {
apiKey: "API_KEY",
authDomain: "AUTH_DOMAIN",
databaseURL: "DATABASE_URL",
projectId: "PROJECT_ID",
storageBucket: "STORAGE_BUCKET",
messagingSenderId: "MESSAGING_SENDER_ID",
appId: "APP_ID"
};
npm install
npm run serve
npm run build
npm run lint
Author: ahm3tcelik
Demo: https://fire-panel.web.app/
Source Code: https://github.com/ahm3tcelik/VueFirebasePanelApp
#vue #vuejs #javascript