Reputation: 9680
Can we use AngularJS with Vue? As Vue is more like a library than a framework so what are pros and cons of using them together?
Upvotes: 1
Views: 1786
Reputation: 1217
Yes you can use Angular with Vue. However, there isn't any reason to use both Vue and Angular 1 in same web app and certainly not in the same page.
As AfikDeri pointed out you probably won't notice any functionality differences.
You're correct in pointing out that Vue is more like a library but Angular 1 can also be used as a library so the decision is largely which one you're more comfortable with or see as more valuable long term. The comparison between Vue and Angular becomes more pronounced when you consider Angular version 2 (which is much harder to use as a library).
Upvotes: 2