mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
14 lines
303 B
Markdown
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"}
|