--- title: "Universal Router" description: "This example demonstrates Nuxt universal routing utilities without depending on pages/ and vue-router." toc: false --- # Universal Router This example demonstrates Nuxt universal routing utilities without depending on `pages/` and `vue-router`. ::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/universal-router" file="app.vue"} ::