Package Managers
You can install FullCalendar via NPM:
$ npm install fullcalendar
You can also install FullCalendar via Bower:
$ bower install fullcalendar
CDNJS
CDNJS is kind enough to host FullCalendar's files through a reliable CDN, which you can directly link to from your site. However, the files might not be immediately available after a release, as it takes some time for them to get approved and uploaded, so keep that in mind. Here are the URLs of the latest files: URl for overview and documentation is https://fullcalendar.io
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.7.0/fullcalendar.min.js
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.7.0/fullcalendar.min.css
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.7.0/fullcalendar.print.css
No comments:
Post a Comment