Nuxt/docs/content/4.examples/4.routing/universal-router.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

257 B

template
Example

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"}