赖素文
authored
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# FullCalendar [](https://travis-ci.com/fullcalendar/fullcalendar)
A full-sized drag & drop JavaScript event calendar
- [Project website and demos](http://fullcalendar.io/)
- [Documentation](http://fullcalendar.io/docs)
- [Support](http://fullcalendar.io/support)
- [Contributing](CONTRIBUTING.md)
- [Changelog](CHANGELOG.md)
- [License](LICENSE.txt)
*From the blog*: [Changes in the Upcoming v5](https://fullcalendar.io/blog/2020/02/changes-in-the-upcoming-v5)
这是我在[Fullcalendar 官方网站](https://fullcalendar.io/docs/getting-started)手动下载的 fullcalendar-4.4.0.zip (此时最新的版本),为了大家更快速的了解代码演示及功能采取脚本标签初始化,推荐使用ES6兼容的构建系统(例如 [Webpack](https://www.webpackjs.com/))
首先介绍一下文档目录
* examples 官方示例,已经我们修改的可以展示农历的示例
* packages Fullcalendar的依赖库
|