I am upgrading Vuetify in my Vue CLI 3 project from version 1.5 to 2. I have followed these instructions, doing a full install. Since the upgrade, running \'npm run serve\'
If you use NUXT you should configure like this:
//nuxt.config.js loaders: { less: { lessOptions: { javascriptEnabled: true, modifyVars: { 'primary-color': '#5c6ac4', 'layout-body-background': '#fff' } } } }