# fullcalendar **Repository Path**: fsj2001/fullcalendar ## Basic Information - **Project Name**: fullcalendar - **Description**: VUE FULLCALENDAR5 API DEMO - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-07-14 - **Last Updated**: 2024-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo 基于vue fullcalendar5所写的一个小型demo ## 指定依赖 ``` "@fullcalendar/daygrid": "^5.3.2", "@fullcalendar/interaction": "^5.3.1", "@fullcalendar/timegrid": "^5.3.1", "@fullcalendar/vue": "^5.3.1", "moment": "^2.29.1", "node-sass": "^5.0.0", "sass-loader": "^10.0.5", "scss": "^0.2.4", "scss-loader": "0.0.1" ``` ### 安装 ``` yarn ``` ### 启动 ``` yarn run serve 若遇eslint-loader报错,则新建vue.config.js添加 module.exports = { lintOnSave: false } ``` ###DEMO ``` demo地址:https://mmbabypinkme.gitee.io/fullcalendar/#/ ```