Does anyone know how I can embed Vue component/Project into Angular JS?

635 Views Asked by At

I have spent some time on this. I have an HUGE Angular JS project ( Angular 1.6.5). I would like to move some components into Vue.

First thing we came across is Web Components: but AngularJS application must be on version 1.7.3 or higher. We explored ngVue library but : . To use this https://www.nodenpm.com/ngVue/0.1.0/detail.html library in AngularJS, your application must be on version 1.7.9 or higher.

We have vue-custom-component which seems like basically wrapper to web components itself.

We are left with iframe, which we know works from the start but we were trying to avoid it.

Has anyone tried such thing already? Do we know of any other alternative library we can use to achieve the benefits of web-components in angularjs 1.6. Thank you in advanc

0

There are 0 best solutions below