Nuxt/docs/content/4.examples/4.routing/universal-router.md

304 B

template
Example

Universal Router

This example demonstrates Nuxt universal routing utilities without depending on pages/ and vue-router.

::ReadMore{link="/guide/features/routing"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/universal-router" file="app.vue"}