Architecture
Principle 01
Keep rendering decisions in Nuxt configuration instead of hardcoding static-only behavior into pages.
Future-proof by default
About this starter
This project uses Nuxt 3, Tailwind CSS, route rules, and a small composable-driven data layer so the same foundation works for a simple SSG site now and a more dynamic product later.
Architecture
Keep rendering decisions in Nuxt configuration instead of hardcoding static-only behavior into pages.
Architecture
Isolate data access behind composables so replacing mock content with APIs does not reshape the UI layer.
Architecture
Build a small set of reusable components before reaching for heavier abstractions.