Extensions 추천1
Vue, Nuxt, HTML and CSS
- Vue Language Features (Volar): Recommended for Vue3 and Nuxt3
- Prettier - Code formatter Code formatter
- Stylelint CSS Linting
- Auto Close Tag Auto closing html tags
- Auto Rename Tag auto rename closing or opening tag
- axe Accessibility Linter: Give accessibility feedback right in the editor
For CSS framework of your choice
- UnoCSS: Atomic CSS engine intellisense
- Windi CSS Intellisense: Next generation utility-first CSS framework
- Tailwind CSS IntelliSense: A utility-first CSS framework
For Typescript and Javascript
- ESLint Code Linting
Other helpful ones
- Import Cost: helps optimizing import to reduce the build size by making it more tree-shakable code
- Code Spell Checker: helps to avoid spelling mistakes
'Dev > Nuxt3' 카테고리의 다른 글
[Nuxt3] 빌드 시 cdnURL 사용(preload, prefetch) (0) | 2024.05.22 |
---|---|
[Nuxt3] 런타임 시 public폴더로 scss파일 css로 컴파일하기 (0) | 2024.04.10 |
[Nuxt3] proxy 설정 (다중 설정) (0) | 2024.02.27 |
[Nuxt3] Study 키워드 정리 (0) | 2024.02.12 |