mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
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"}
|