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 !
- [Vuejs]-Getting a variable from mounted into a method
- [Vuejs]-How to hide navbar when collapsed in bootstrap-vue
Source:stackexchange.com