You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's it! You can now use all the components and composables in your Nuxt app ✨
23
25
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
+
24
39
## Modules
25
40
26
41
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