Google AngularJS Framework - Worth the risk?

前端 未结 8 508
独厮守ぢ
独厮守ぢ 2020-12-22 17:39

I have been asked to build a small web application for one of our clients and think it might be a good opportunity to try out a different framework for building web applicat

8条回答
  •  遥遥无期
    2020-12-22 18:14

    +1 @psycho's answer

    AngularJS is client-side framework, so you can use any language on the server. It's designed to work well together with jQuery, with big emphasis on testing...

    Here are some resources you might find useful:

    • TUTORIAL: http://docs.angularjs.org/#!/tutorial
    • API DOCS: http://docs.angularjs.org/#!/api
    • Developer Guide: http://docs.angularjs.org/#!/guide

    Some example apps:

    • http://cburgdorf.github.com/angular-todo-app
    • http://www.fluid.ie/angular/calculate/
    • http://hookercookerman.github.com/angularjs-todos/
    • http://paul-hammant.github.com/StoryNavigator/navigator.html

    Adapter for SenchaTouch: https://github.com/tigbro/sencha-touch-angular-adapter

    Adapter for jQ Mobile: https://github.com/tigbro/jquery-mobile-angular-adapter

    Feel free to ask any question on mailing list !

    We are still in beta, but there are already several internal apps at Google, powered by AngularJS.


    UPDATE (26th July 2012):

    AngularJS v1.0 has been released.

    For some public AngularJS-powered apps, check out http://builtwith.angularjs.org

提交回复
热议问题