docs: add warning to prevent double module installation

This commit is contained in:
Benjamin Canac
2023-05-17 10:59:48 +02:00
parent 07197c531e
commit 00641b1439

View File

@@ -2,8 +2,6 @@
description: 'Learn how to install and configure the module in your Nuxt app.'
---
## Overview
1. Install `@nuxthq/ui` dependency to your project:
::code-group
@@ -30,8 +28,10 @@ export default defineNuxtConfig({
})
```
::alert
That's it! You can now use all the components and composables in your Nuxt app ✨
::alert{icon="i-heroicons-exclamation-triangle"}
As this module installs [@nuxtjs/tailwindcss](https://tailwindcss.nuxtjs.org/) and [@nuxtjs/color-mode](https://color-mode.nuxtjs.org/) for you, you should remove them from your `modules` and `dependencies` if you've previously installed them manually.
::
## Options