/MyVueCalendar

A vue calendar app to show my events and also keep note of a grocery list. interacts with a flask backend that serves it the calendar content and grocery list.

Primary LanguageVue

malka-calendar

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.

MyVueCalendar