mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
13 lines
280 B
Markdown
13 lines
280 B
Markdown
---
|
|
template: Example
|
|
---
|
|
|
|
# Hello World
|
|
|
|
A minimal Nuxt 3 application only requires the `app.vue` and `nuxt.config.js` files.
|
|
|
|
::ReadMore{link="/getting-started/quick-start"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/essentials/hello-world" file="app.vue"}
|