Skip to content
On this page

2022-10-11

Title
2022-10-11
Category
2022
Aliases
2022-10-11
Created
last year
Updated
last year

TODO

  • nuxt + tailwindcss + postcss 개발 환경 HMR 성능 이슈

Learning

  • vue slot 중에서 개행이 있을 경우 undefined가 포함됨.
  • nuxt + tailwindcss + postcss 개발 환경 HMR 성능 이슈
    • 하나의 Vue SPC에서 여러 style 태그로 여러 css 파일을 가져올 경우, 저장마다 모든 CSS를 컴파일하기 때문에 저장마다 개발 서버 재실행이 느려짐.

Thoughts

  • 커스텀 스타일
    • 토큰 CSS 변수
    • tailwindcss 클래스
    • 임의의 값 (#111111)
  • 타입 별로 모두 쪼개기

Released under the MIT License.