I have a large Vue.js application using Vuetify v1.5 and I want to convert the application to version 2.0. However, this would introduce a lot of breaking changes, and we didn't have time to rewrite all components to support Vuetify 2.0. But by using Vuetify 2.0 to build features from now on, we'll have less work to do when we go back and upgrade things to version 1.5.
Is this possible? Can anyone give me some pointers?
Maybe you can use Module Alias and use an alias for the second package.