I'm trying to update Vuetify in a vue application created using Vue Cli 2. The current version is 0.17. This is very old version and causing a lot of problems. I need to upgrade this to latest version 1.1.8.
What I've tried:
- remove existing vuetify plugin, updated
package.jsonto the current version and runnpm i -S vuetify. - run
vue add vuetify - The documentation regd this shows invalid link. which has been notified to vuetify team
Problem
All these methods works but the out put is not as desired. The browser reloads endlessly when I run npm run dev. I'm not able to debug or even check the screen changes.