This example shows how to use the pages/ directory to create application routes.
Middleware
This example shows how to add route middleware with the middleware/ directory or with a plugin, and how to use them globally or per page.
Universal Router
This example demonstrates Nuxt universal routing utilities without depending on `pages/` and `vue-router`.