[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3727":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":30,"discoverSource":31},3727,"fullcalendar","fullcalendar\u002Ffullcalendar","Full-sized drag & drop event calendar in JavaScript","https:\u002F\u002Ffullcalendar.io",null,"TypeScript",20489,3714,421,1065,0,2,9,37,82.2,"MIT License",false,"main",[24,25,26],"calendar","event","full-sized","2026-06-12 04:00:19","# FullCalendar\n\nFull-sized drag & drop calendar in JavaScript\n\n- [Project Website](https:\u002F\u002Ffullcalendar.io\u002F)\n- [Documentation](https:\u002F\u002Ffullcalendar.io\u002Fdocs)\n- [Changelog](CHANGELOG.md)\n- [Support](https:\u002F\u002Ffullcalendar.io\u002Fsupport)\n- [License](LICENSE.md)\n- [Roadmap](https:\u002F\u002Ffullcalendar.io\u002Froadmap)\n\nConnectors:\n\n- [React](https:\u002F\u002Fgithub.com\u002Ffullcalendar\u002Ffullcalendar-react)\n- [Angular](https:\u002F\u002Fgithub.com\u002Ffullcalendar\u002Ffullcalendar-angular)\n- [Vue 3](https:\u002F\u002Fgithub.com\u002Ffullcalendar\u002Ffullcalendar-vue) |\n  [2](https:\u002F\u002Fgithub.com\u002Ffullcalendar\u002Ffullcalendar-vue2)\n\n## Bundle\n\nThe [FullCalendar Standard Bundle](bundle) is easier to install than individual plugins, though filesize will be larger. It works well with a CDN.\n\n## Installation\n\nInstall the FullCalendar core package and any plugins you plan to use:\n\n```sh\nnpm install @fullcalendar\u002Fcore @fullcalendar\u002Finteraction @fullcalendar\u002Fdaygrid\n```\n\n## Usage\n\nInstantiate a Calendar with plugins and options:\n\n```js\nimport { Calendar } from '@fullcalendar\u002Fcore'\nimport interactionPlugin from '@fullcalendar\u002Finteraction'\nimport dayGridPlugin from '@fullcalendar\u002Fdaygrid'\n\nconst calendarEl = document.getElementById('calendar')\nconst calendar = new Calendar(calendarEl, {\n  plugins: [\n    interactionPlugin,\n    dayGridPlugin\n  ],\n  initialView: 'timeGridWeek',\n  editable: true,\n  events: [\n    { title: 'Meeting', start: new Date() }\n  ]\n})\n\ncalendar.render()\n```\n\n## Development\n\nYou must install this repo with [PNPM](https:\u002F\u002Fpnpm.io\u002F):\n\n```\npnpm install\n```\n\nAvailable scripts (via `pnpm run \u003Cscript>`):\n\n- `build` - build production-ready dist files\n- `dev` - build & watch development dist files\n- `test` - test headlessly\n- `test:dev` - test interactively\n- `lint`\n- `clean`\n\n[Info about contributing code &raquo;](CONTRIBUTING.md)\n","FullCalendar 是一个基于 JavaScript 的全尺寸拖放事件日历。它支持通过拖拽操作来创建和调整事件，提供了丰富的视图选项如日、周、月等，并且易于与 React、Angular 和 Vue 等主流前端框架集成。该库采用 TypeScript 编写，确保了代码的健壮性和类型安全。FullCalendar 适用于需要可视化时间安排的应用场景，比如项目管理工具、个人日程助手或是教育行业的课程表展示。其灵活的插件系统允许开发者根据需求定制功能，同时保持良好的性能表现。","2026-06-11 02:55:51","top_language"]