Nuxt/docs/content/4.examples/4.routing/pages.md

14 lines
303 B
Markdown

---
template: Example
---
# Pages
This example shows how to use the `pages/` directory to create application routes.
::alert{type=info icon=👉}
Learn more about [pages](/docs/directory-structure/pages).
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/pages" file="app.vue"}