Nuxt/docs/content/4.examples/0.essentials/hello-world.md
Clément Ollivier 944bba97ca
docs: update structure (#7047)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00

281 B

template
Example

Hello World

A minimal Nuxt 3 application only requires the app.vue and nuxt.config.js files.

::ReadMore{link="/getting-started/introduction"} ::

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