devfolorunso / iCalender

Event calender app made with Vue Js, and Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icalender-app

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

Customize configuration

See Configuration Reference.

Check out https://jsfanatik.github.io to learn more about the VueStacks initiative!

alt text

alt text

Overview

See full component in components/Calendar.vue

Addition Dependencies

This demo uses vue-textarea-autosize as a dependency. See the following for installation instructions: https://www.npmjs.com/package/vue-textarea-autosize

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();

About

Event calender app made with Vue Js, and Vuetify


Languages

Language:Vue 82.7%Language:JavaScript 10.5%Language:HTML 6.8%