How to build a complete angularJS framework project, is it manual page building or what? How to configure routing
伊谢尔伦2017-07-04 13:47:00
There are usually two ways to create quickly:
1.angular-quickstart
https://github.com/angular/qu...
2. Through angular-cli
https://github.com/angular/an. ..
ps:
Additional explanation, see that your question tag has angular2, and the question says angularJS
angularJS: refers to angular1.0 and 1.x versions
angular: usually refers to angular2.0 and angular4.0 The above (because 2.0 and above supports not only js but also ts, Dart, etc.)
Academic rigor and not wordy words
欧阳克2017-07-04 13:47:00
ui-router + oc.lazyLoad + ngResource
I don’t know what you need in detail. The above are recommendations. The angularJS framework itself has many function packages, it depends on your needs
And your question is too unclear.