mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
26 lines
667 B
Markdown
26 lines
667 B
Markdown
|
---
|
||
|
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.
|
||
|
::
|
||
|
|
||
|
::callout
|
||
|
This component is part of [nuxt/assets](https://github.com/nuxt/assets).
|
||
|
::
|