docs(getting-started): add Vue section

This commit is contained in:
Benjamin Canac
2024-11-05 21:47:12 +01:00
parent f66c96e277
commit 7fc6b387b3

View File

@@ -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.