how to set up Laravel 9 project with Vuetify and Vite
Question: I'm currently working on a Laravel 9 project with Vite and I'm trying to integrate Vuetify into it. I've followed the instructions on the Vuetify documentation, but the styles are not being applied app.js import App from "./App.vue"; //…