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

667 B

title description links
<NuxtWelcome> The `<NuxtWelcome>` component greets users in new projects made from the starter template.
label icon to size
Source i-simple-icons-github https://github.com/nuxt/assets/blob/main/packages/templates/templates/welcome/index.html xs

It includes links to the Nuxt documentation, source code, and social media accounts.

<template>
  <NuxtWelcome />
</template>

::read-more{to="https://templates.ui.nuxtjs.org/templates/welcome" target="_blank"} Preview the <NuxtWelcome /> component. ::

::callout This component is part of nuxt/assets. ::