Skip to content

qwerty1025/ChuoChunHsieh

Repository files navigation

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

Firebase Customization

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"
};

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published