Thief of Wealth
article thumbnail
2021/10/11 : React Component NPM으로 배포하기 (feat. typescript)
개발/개발 리포트 2021. 10. 12. 15:24

어느 웹사이트에서나 이용할 수 있는 댓글서비스 다라쓰!는 일반적인 html코드에 스크립트 태그를 삽입하여 서비스를 이용할 수 있음은 물론, Gatby와 같은 react 컴포넌트에서도 이용이 가능합니다. darass.co.kr 에서 스크립트 발급 방법에서도 확인하실 수 있습니다. 그리고 이러한 UI Component는 npm에 패키지를 배포하여 유저가 설치해서 사용할 수 있도록 하고있었는데요. https://www.npmjs.com/package/darass-react darass-react A package for integrating Darass services into React applications. www.npmjs.com repo가 아예 분리되어있다보니, 기존 스크립트 관련 로직이 업데이트되었..

npm 패키지를 cdn으로 가져오기
개발/Web Programming 2021. 9. 5. 13:46

https://www.jsdelivr.com/ jsDelivr - A free, fast, and reliable CDN for Open Source Supports npm, GitHub, WordPress, Deno, and more. Largest network and best performance among all CDNs. Serving more than 80 billion requests per month. Built for production use. www.jsdelivr.com 원래 일반적으로 그냥 github나 gist에 배포해서 src에 js 주소를 넣어주면 되지 않나 싶었는데, 그렇게 하니까 CORS에러가 뜬다. 찾아보니 github repo나 npm 패키지를 cdn으로 배포해주는 무..

profile on loading

Loading...