Firebase Admin Panel using Vue.js (vuex, vuetify, vuefire)
- Dark / Light Theme
- Vuetify Material Design
- Vuex State Management
- Firebase CRUD Operations
- Firebase Cloud Firestore, Storage and Authentication synced
- URL: https://fire-panel.web.app
- Email: demo@firepanel.web.app
- Password: demo123
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