# vue-full-calendar **Repository Path**: yangbuyi/vue-full-calendar ## Basic Information - **Project Name**: vue-full-calendar - **Description**: 日历日程 vue版本 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2022-07-18 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-demo # 演示地址 [点我前往](https://yangbuyiya.github.io/vue-full-calendar/dist/index.html) # 操作流程 ### 单机日程事项 -》 新增 or 更新 ### 双击日程事项 -》 删除 # 演示 ### 地址 ![](img/7.gif) ![](img/img.png) ![](img/img_1.png) # 添加依赖 packge.json dependencies "@fullcalendar/core": "^5.11.0", "@fullcalendar/daygrid": "^5.11.0", "@fullcalendar/interaction": "^5.11.0", "@fullcalendar/timegrid": "^5.11.0", "@fullcalendar/vue": "^5.11.0", "fullcalendar": "^3.10.2", "vue-full-calendar": "^2.8.1-0", "moment": "^2.29.4", "tippy.js": "^6.3.7", ## Project setup ``` npm install ``` ### 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](https://cli.vuejs.org/config/).