Nuxt/docs/4.examples/4.routing/universal-router.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

248 B

toc
false

Universal Router

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

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