Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- react
- fullcalendar
- Callback
- c:choose
- node.js
- JSTL
- MySQL
- c:forEach
- mybatis
- egov
- NPM
- jsx
- iBATIS
- 국제화
- jQuery
- RequestMethod.POST
- MVC
- 서드파티모듈
- AndroidStudio
- Java
- Spring
- 동적쿼리
- 쿼리
- 콜백
- SQL
- vscode
- C#크롤링
- JavaScript
- android
- HTTP
Archives
- Today
- Total
Today Yewon Learned
[API] Fullcalendar API 사용해보기 본문
■ 라이브러리 - Fullcalendar-5.10.1
■ 편집기 -VisualStudioCode
■ Docs
https://fullcalendar.io/docs#toc
폴더 구조
- calendar
- fullcalendar
1. calender라는 폴더 안에 fullcalendar폴더 생성
2. 다운받은 라이브러리에서 main.js와 main.css를 fullcalendar안에 복사
3. 원하는 템플릿 선택후 html 파일에 아래 코드 지정한 경로대로 수정
<link href='../lib/main.css' rel='stylesheet' />
<script src='../lib/main.js'></script>
실행화면
'API' 카테고리의 다른 글
[API] JavaScript 국제화 (internationalization : i18n) 라이브러리 - i18next (0) | 2022.03.25 |
---|---|
[API] Spring에서 Fullcalendar API 경로 지정 (0) | 2021.11.22 |
[API] 카카오 우편번호 API 사용해보기 (0) | 2021.11.08 |
Comments