https://github.com/ahm3tcelik/vuefirebasepanelapp
Firebase Admin Panel using Vue.js (vuex, vuetify, vuefire)
https://github.com/ahm3tcelik/vuefirebasepanelapp
admin-dashboard firebase-auth firebase-firestore firebase-storage vuefire vuejs vuex
Last synced: about 2 months ago
JSON representation
Firebase Admin Panel using Vue.js (vuex, vuetify, vuefire)
- Host: GitHub
- URL: https://github.com/ahm3tcelik/vuefirebasepanelapp
- Owner: ahm3tcelik
- License: mit
- Created: 2020-09-15T09:49:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T19:48:16.000Z (over 4 years ago)
- Last Synced: 2025-03-21T14:47:06.190Z (2 months ago)
- Topics: admin-dashboard, firebase-auth, firebase-firestore, firebase-storage, vuefire, vuejs, vuex
- Language: Vue
- Homepage: https://fire-panel.web.app
- Size: 219 KB
- Stars: 26
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Firebase Panel App
Firebase Admin Panel using Vue.js (vuex, vuetify, vuefire)
## Features
- Dark / Light Theme
- Vuetify Material Design
- Vuex State Management
- Firebase CRUD Operations
- Firebase Cloud Firestore, Storage and Authentication synced## Screenshots

## Demo
- URL: https://fire-panel.web.app
- Email: [email protected]
- Password: demo123## Firebase Customization
Enter your project configuration settings in [src/main.js](https://github.com/ahm3tcelik/VueFirebasePanelApp/blob/master/src/main.js)```javascript
const configOptions = {
apiKey: "API_KEY",
authDomain: "AUTH_DOMAIN",
databaseURL: "DATABASE_URL",
projectId: "PROJECT_ID",
storageBucket: "STORAGE_BUCKET",
messagingSenderId: "MESSAGING_SENDER_ID",
appId: "APP_ID"
};
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).