Nuxt3 Demo

Command

add page

npx nuxi add page <name>

add layout

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