mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 19:04:48 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
14 lines
324 B
Markdown
14 lines
324 B
Markdown
---
|
|
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"}
|