Nuxt3 Demo Command add page npx nuxi add page <name> add layout npx nuxi add layout <name> when you create layout, that will be entry point page, so you can delete app.vue. auto import not only use in component, and composable function still can use.