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

14 lines
383 B
Markdown
Raw Normal View History

---
title: "Hello World"
description: "A minimal Nuxt 3 application only requires the `app.vue` and `nuxt.config.js` files."
toc: false
---
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"}
::