Getting started with Nuxt 3
By Matúš5 min read
Nuxt 3 is opinionated in the right places. The file-based routing, auto-imports, and layout system get out of your way and let you focus on shipping.
In this post I walk through the directory layout I use for every new Nuxt project, why each folder earns its keep, and a few small habits that pay off later.
If you are coming from plain Vue, the biggest mindset shift is trusting the framework. Stop wiring things manually — Nuxt has probably already done it for you.