Nuxt 4 Starter

Brewly Store foundation is ready

Core stack, architecture conventions, and workflow are aligned for team delivery.

Dark theme baseline enabled

What has been done

  • • Nuxt 4 project scaffolded with core modules connected.
  • • Component, page, and style structure aligned with team conventions.
  • • Dark-first UI baseline and mandatory BEM approach implemented.
  • • Initial Vitest testing baseline with core validation checks added.

Quick FAQ

How is the component structure organized?

Feature components are grouped by domain folders (for example home/HomeHero.vue) while reusable primitives stay in ui/.

How are styles organized?

SCSS mirrors the same layered structure using index.scss files for predictable imports and scaling.