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