When I load vuetify via the vue-cli3, I get an error when i do npm run serve, saying there is a missing loader.
Docs etc and searches have come up blank.
This is
do a npm install after adding vuetify as vue add vuetify then start server by npm run serve
npm install
vue add vuetify
npm run serve