Skip to content

Commit f610c96

Browse files
authored
docs: use nuxi init -t ui command in installation (#1648)
1 parent 8b54660 commit f610c96

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/content/1.getting-started/2.installation.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: 'Learn how to install and configure Nuxt UI in your application.'
55

66
## Setup
77

8+
### Add to a Nuxt project
9+
810
1. Add `@nuxt/ui` module to your project:
911

1012
```bash
@@ -21,6 +23,19 @@ export default defineNuxtConfig({
2123

2224
That's it! You can now use all the components and composables in your Nuxt app ✨
2325

26+
### Use Nuxt starter
27+
28+
[Nuxt Starter](https://nuxt.new/) template makes it easy to get started with Nuxt UI.
29+
The Nuxt Starter template is available from the `nuxi init` command.
30+
31+
```bash
32+
npx nuxi@latest init -t ui
33+
```
34+
35+
36+
37+
Please check [nuxt/starter](https://github.com/nuxt/starter/tree/ui) for details.
38+
2439
## Modules
2540

2641
Nuxt UI will automatically install the [@nuxtjs/tailwindcss](https://tailwindcss.nuxtjs.org/), [@nuxtjs/color-mode](https://color-mode.nuxtjs.org/) and [nuxt-icon](https://github.com/nuxt-modules/icon) modules for you.

0 commit comments

Comments
 (0)