mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
944bba97ca
Co-authored-by: Pooya Parsa <pooya@pi0.io>
281 B
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"}