I am building a Vue.js app starting with the webpack template and vuetify. To import vuetify css Im doing this in my App.vue
<style>
@import '../node_modules/vuetify/dist/vuetify.min.css'
</style>
Is this the correct or only way? because it doesn't seem reliable when using multiple UI components.