nelxaz / vue-calendar-example

This is a calendar simple calendar example using Vue 3 upcoming composition api and Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-calendar

DISCLAIMER

This project was made to practice the new composition API before the release of Vue 3.

What I used

  1. Vue
    • Composition API
  2. Vuetify
  3. Firebase

Problems

  • There are warns when using the Calendar component from Vuetify, I believe it's a known issue with Vue or Vuetify.

  • I couldn't manage to work the function getFormatter from the calendar ref using the composition API, might come back later if I know how to solve it.

Project setup

npm install

There's a env.example.js with the properties used to configure firebase, copy and replace them to the env.js file

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

This is a calendar simple calendar example using Vue 3 upcoming composition api and Vuetify


Languages

Language:Vue 86.8%Language:JavaScript 7.1%Language:HTML 6.1%