Nuxt/docs/4.examples/0.essentials/hello-world.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

277 B

toc
false

Hello World

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

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

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