From 00641b1439385c3bc7f29c7dc8faf31c11fbfe90 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 17 May 2023 10:59:48 +0200 Subject: [PATCH] docs: add warning to prevent double module installation --- docs/content/1.getting-started/2.installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 9c6d89ce..a3b37663 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -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