How is the component structure organized?
Feature components are grouped by domain folders (for example home/HomeHero.vue) while reusable primitives stay in ui/.
Nuxt 4 Starter
Core stack, architecture conventions, and workflow are aligned for team delivery.
What has been done
Feature components are grouped by domain folders (for example home/HomeHero.vue) while reusable primitives stay in ui/.
SCSS mirrors the same layered structure using index.scss files for predictable imports and scaling.