Nuxt/docs/content/4.examples/0.essentials/hello-world.md

14 lines
324 B
Markdown
Raw Normal View History

---
template: Example
---
# Hello world
A minimal Nuxt 3 application only requires the `app.vue` and `nuxt.config.js` files.
::alert{type=info icon=👉}
Read more about [installation](/getting-started/installation).
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/essentials/hello-world" file="app.vue"}