How to install vuetify 2.0 beta to the new vue cli project?
Vuetify 2.0.0-beta.0 has just been released and I want to try it out and play around in a new vue test application. But I get errors when I try to install it in a fresh new project. Here are the steps I've taken. I use @vue/cli v3.8.2 to create a new project with default settings: vue create testapp which gives me successful result: 🎉 Successfully created project testapp. 👉 Get started with the following commands: $ cd testapp $ npm run serve Then I add vuetify plugin to the project with default (recommended) preset: cd testapp vue add vuetify which gives me success: 📦 Installing vue-cli