Nuxt/docs/3.api/1.components/7.nuxt-welcome.md

26 lines
661 B
Markdown
Raw Normal View History

---
title: '<NuxtWelcome>'
description: The <NuxtWelcome> component greets users in new projects made from the starter template.
links:
- label: Source
icon: i-simple-icons-github
to: https://github.com/nuxt/assets/blob/main/packages/templates/templates/welcome/index.html
size: xs
---
It includes links to the Nuxt documentation, source code, and social media accounts.
```vue [app.vue]
<template>
<NuxtWelcome />
</template>
```
::read-more{to="https://templates.ui.nuxtjs.org/templates/welcome" target="_blank"}
Preview the `<NuxtWelcome />` component.
::
::tip
This component is part of [nuxt/assets](https://github.com/nuxt/assets).
::