Darwin
Darwin

Reputation: 2057

Install Vuetify 3 with Vue CLI 5.x

In vuetify documention:

The current version of Vuetify does not support Vue 3. Support for Vue 3 will come with the release of Vuetify v3. When creating a new project, please ensure you selected Vue 2 from the Vue CLI prompts, or that you are installing to an existing Vue 2 project.

Can i use vuetify 3 with Vue CLI 5 (Vue 3)? I installed them but get errors.

Upvotes: 0

Views: 1190

Answers (1)

Daniel
Daniel

Reputation: 35724

Yes it is possible, you may have missed a step to define which version.

if you run vue add vuetify and select Vuetify 3, you should be able to install it

enter image description here

it also works with Vuetify3 + Vite setup

enter image description here

Upvotes: 1

Related Questions