Vuetify Styles not visible
I am a beginner in the world of Vue, so please bear with my foolish question(s). I have a boilerplate code for a Vue project which I cloned from: Vue Enterprise Boilerplate I wanted to use Vuetify components, so I followed the following steps: 1. Cloned the vue-enterprise-boilerplate 2. npm install vuetify --save 3. In my main.js I added the vuetify dependency like: import Vuetify from 'vuetify'; import 'vuetify/dist/vuetify.min.css'; Vue.use(Vuetify); 4. I am using Vue CLI 3 (which comes with the boilerplate), also I have installed the CCS Loader. 5. Now in my app.vue, I have a simple button