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

14 lines
277 B
Markdown
Raw Normal View History

---
toc: false
---
2022-11-08 17:03:18 +00:00
# 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"}
::