Is it possible to use two different versions of a library at the same time in NPM?
P粉832490510
P粉832490510 2024-01-16 13:16:44
0
1
359

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?

P粉832490510
P粉832490510

reply all(1)
P粉022501495

Maybe you can use Module Alias and use an alias for the second package.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!