Installation
Get started with Vuetify by creating a new project or adding it to an existing Vue application.Quick project scaffolding
The fastest way to get started is using the official Vuetify scaffolding tool. Choose your preferred package manager and run the corresponding command:Manual installation
If you prefer to add Vuetify to an existing project, follow these steps:Import styles and create Vuetify instance
In your main entry file (typically
main.ts or main.js), import Vuetify styles and create a Vuetify instance:Framework integration
Nuxt
For Nuxt projects, use the official Vuetify Nuxt module for seamless integration with auto-imports and SSR support. Visit the official Vuetify installation guide for detailed Nuxt setup instructions.Laravel
Vuetify works great with Laravel and Inertia.js. After creating your Laravel project with Vue, follow the manual installation steps above to add Vuetify. Visit the official Vuetify installation guide for detailed Laravel integration steps.TypeScript support
Vuetify has full TypeScript support built-in. When using TypeScript, ensure your project includes the types:tsconfig.json