Nuxt Pages
up:: Nuxt ⚐ Displays the file that is in the route.
File system:
pages/
> course.vue
> course/
> lesson.vue
- Place
NuxtPage
in the file with the same name as the folder. - If you go
/course/lesson
in your browser, it will replaceNuxtPage
with the file in the url