From 7fc6b387b3549e14fabab67363199bb2013fbc2a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 5 Nov 2024 21:47:12 +0100 Subject: [PATCH] docs(getting-started): add `Vue` section --- docs/content/1.getting-started/1.index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index d7ebc824..86ea2b9a 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -62,6 +62,18 @@ Nuxt UI v3 offers significantly improved TypeScript integration, providing a sup Check out an example of the Accordion component with auto-completion for props and slots. :: +### Vue compatibility + +You can now use Nuxt UI in any Vue project without Nuxt by adding the Vite and Vue plugins to your configuration. This provides: + +- **Auto-imports**: Components and composables are automatically imported and available globally +- **Theming System**: Full theming support with customizable colors, sizes, variants and more +- **Developer Experience**: Complete TypeScript support with IntelliSense and auto-completion + +::tip{to="/getting-started/installation/vue"} +Learn how to install and configure Nuxt UI in a Vue project in the [Vue installation guide](/getting-started/installation/vue). +:: + ## Migration We want to be transparent: migrating from Nuxt UI v2 to v3 will require significant effort. While we've maintained core concepts and components, Nuxt UI v3 has been rebuilt from the ground up, resulting in a new library with enhanced capabilities.