# vue-fullcalendar **Repository Path**: wangsai1109/vue-fullcalendar ## Basic Information - **Project Name**: vue-fullcalendar - **Description**: vue calendar fullCalendar. no jquery required. Schedule events management - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-10-23 - **Last Updated**: 2024-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##vue-fullcalendar [![npm](https://img.shields.io/npm/v/vue-fullcalendar.svg?maxAge=2592000?style=flat-square)]() [![npm](https://img.shields.io/npm/dt/vue-fullcalendar.svg?maxAge=2592000?style=flat-square)]() >Works for Vue2 now. This is a fullCalendar component based on vue.js . No Jquery or fullCalendar.js required. Currently, It only supports month view. It's inspired by fullCalendar.io but not cloned by it. So please read the docs here below to understand all features. [Simple Live Demo](https://wanderxx.github.io/vue-fullcalendar/) ![demo.gif](http://g.recordit.co/vovteJ5m9o.gif) ### install By NPM `@latest` works for Vue2 `0.1.11` works for Vue1.* ```shell // for Vue2 npm install vue-fullcalendar@latest --save // for Vue1 npm install vue-fullcalendar@0.1.11 --save ``` or download code and include it ```shell