[Vuejs]-Adding vuetify to my project with Require JS?

0👍

Is it compulsory to use requirejs ?

If you can use another method, don’t forget to check this one :

Go in your vue file

$ cd ./myVueFile/

Then use Vue CLI to install Vuetify

$ vue add vuetify

I extracted that from the Vuetify documentation, they have great explanations on how to install Vuetify, plus they provide a thorough documentation on how to use their components !

Leave a comment