To use Vuetify in a Vue project, we will use the Vue-CLI plugin installation of the framework:
- In the folder that you created your Vue-CLI project in, open Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> vue add vuetify
- Vue-CLI will ask whether you want to choose an installation preset. Choose the default preset. Then, Vue-CLI will finish the installation of the framework on the project:
? Choose a preset: (Use arrow keys)
❯ Default (recommended)
Prototype (rapid development)
Configure (advanced)
- After the installation is finished, Vuetify will have configured the files inside your project to load the framework. Now you are ready to use it.