Nuxt 3 reached end of life on 31 July 2026
It no longer receives bug fixes or security patches. Upgrade to Nuxt 4 or get extended support from HeroDevs

Pages

Source
This example shows how to use the pages/ directory to create application routes.
index.vue
Open docs
<template>
  <div>
    Home
  </div>
</template>
https://pages.example.nuxt.space
Read more in Docs > Guide > Directory Structure > Pages.