Skip to content

This is calendar application was developed using vue & firebase

Notifications You must be signed in to change notification settings

ivandi1980/vuecal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuecal

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Setting Up Firebase

  1. Set up a new project in Firebase with Database enabled.
  2. Implement the following Firebase SDK scripts in main.js:
import firebase from "firebase";
firebase.initializeApp({
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: ""
});

export const db = firebase.firestore();

ScreenShoot

Dashboard

Enjoy the demo! Submit an issue if you see anything that could be improved!

About

This is calendar application was developed using vue & firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published