Nuxt/docs/content/4.examples/0.essentials/hello-world.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

324 B

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. ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/essentials/hello-world" file="app.vue"}