nuxt-highlight.js
https://github.com/Llang8/nuxt-highlightjs
pre태그와 code 태그를 사용하여 각 프로그래밍 언어를 하이라이트해주는 모듈이다.
vue-dompurify-html
https://github.com/LeSuisse/vue-dompurify-html
Editor로 작성된 데이터는 v-html을 통해 파싱해서 보여줘야한다. 다만 v-html은 xss공격에 취약해서 eslint 경고가 뜬다. 그럴경우 위 모듈을 사용해서 작성하면 된다.
moment-module
https://github.com/nuxt-community/moment-module
new Date() 시간 객체를 지역 설정에 맞게 표시해준다.
'Front-End > Vue & Nuxt' 카테고리의 다른 글
Eslint Babel정리 (0) | 2022.02.27 |
---|---|
Nuxt.js Buefy Pagination (0) | 2022.02.26 |
Nuxt.js SCSS 사용 (0) | 2022.02.26 |
Nuxt.js Transition (0) | 2022.02.26 |
Nuxt 라이브러리 적용 (0) | 2022.02.15 |