I am working on a SPA application (my first work with frontend frameworks) that needs to show in a spreadsheet the patients and their studies, I have connected vue and vuetify to my project but after build/dev command not all styles are loading.
package.json file
I have configured that generated vue files are going to my statics folder
vue config
static folder
settings py
Аfter that I load them in my html file
index html
But on an actual page it seems like some styles are missing, like there is not vuetify icons and fonts
result
result console
How do i fix this issue
@vue/cli 5.0.8
vuetify – 3.6.7
Tried to reinstall vue, tried to reconfigure static and etc.