Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

The difference between angularjs and vue


May 08, 2021 AngularJS



Angularjs and vuejs are both MVVM frameworks, so what's the difference between the two?


The difference between angularjs and vue


The difference between angularjs and vue:

1, vueJS is easy to learn, and angularJS has a higher start;

2, vue focus on the View layer, the main is fast and convenient, and angularJS function is more comprehensive, of course, the mass is also larger, relatively no vue so convenient;

3, angularJS instructions are ng-xxx, and vueJS instructions are v-xxx;

4, angularJS all instructions and methods are bound to $scope, and vueJS is a new out of an instance, all methods and instructions are in this instance, a page can have more than one vue instance, but the object of angularJS can only have one;

5, angularJS is developed and maintained by google, vueJS is maintained by individuals;

6, vueJS is generally used for mobile development, while angularJS is generally used for large projects


Recommended reading:

AngularJS tutorial

vueJS tutorial