일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 중간과제
- 재학생 등록
- Vue3
- pixi
- PIXI.Graphics
- 카카오로그인API
- pixi.js
- ParticleContainer
- 출석과제
- pixi-viewport
- recordrtc
- ritz calton
- 방송통신대학
- 피암마
- 국립원격대학
- the play() request was interrupted by a call to pause()
- ebml
- webm-duration-fix
- ts-ebml
- pixi.js 7.2.0
- 방송대
- 0원납부하기
- gsap/PixiPlugin
- script setup
- 방통대
- no schema entry found for unknown
- recordrtcpromiseshandler
- capela
- tui-editor
- renderTextrue
- Today
- Total
목록script setup (2)
yyZa

🥑카카오 로그인 CDN 설정 카카오 로그인 설정 시 바닐라javascript로 적용할 때는 index.html에 CDN을 설정해줘야 하지만 RestAPI 서버통신으로 설정 시에는 굳이 CDN설정을 하지 않아도 된다. 이유는 서버 쪽에서 토큰요청이나 사용자정보요청등을 다 처리하기 때문인데 현재 CDN을 설정하는 이유는 토큰을 글로벌로 설정하고 사용할 수 있게 하기 위함이다. 🥑서버와 axios로 통신하기 리다이렉트 페이지는 미리 생성해서 라우팅 해놓고 해당 URI를 카카오 개발자 계정에 등록해 놓으면 에러 없이 넘어간다. axios.get(`/YOUE-API-URL/`).then((res) => { //서버로 요청을 보내면 //"https://kauth.kakao.com/oauth/authorize?res..

🥑tui-editor 라이브러리 설치 https://github.com/nhn/tui.editor GitHub - nhn/tui.editor: 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. - GitHub - nhn/tui.editor: 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. github.com npm install --save @toast-ui/vue-editor 🥑 Vue3 프로젝트에 tui-editor구성하기 import Edit..