Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

What’s New in Nuxt 4

Nuxt 4 Directory Structure - The Most Significant Change

The most significant change in Nuxt 4 is the new file structure. Many files and folders will now be nested under a directory called app providing a clear distinction between code that runs in the app environment vs code that runs in the server environment. This is good for performance when booting up the dev server and is good for TypeSafety in your IDE.

Links