Nuxt Pages

up:: Nuxt Displays the file that is in the route.

File system:

pages/
	> course.vue
	> course/
		> lesson.vue
  1. Place NuxtPage in the file with the same name as the folder.
  2. If you go /course/lesson in your browser, it will replace NuxtPage with the file in the url