cxg518 发表于 2017-2-23 10:19:33

AngularJS 中文资料+工具+库+Demo 大搜集

中文学习资料:
  中文资料且成系统的就这么多,优酷上有个中文视频。
  http://www.cnblogs.com/lcllao/archive/2012/10/18/2728787.html   翻译的官方的Guide
  http://www.ituring.com.cn/minibook/303翻译的官方的tutorial
  http://www.lovelucy.info/angularjs-best-practices.htmlAngular最佳实践
  http://zouyesheng.com/angular.htmlangularjs的学习笔记
  http://www.sunzhongwei.com/angularjs.html 另一个网友的笔记
  https://github.com/basestyle/angularjs-cn"AngularJS"中译本 -《AngularJS》
  https://github.com/jmcunningham/AngularJS-Learning/blob/master/CN-CN.mdgithub上的一个资料整理
工具:
  AngularJS WebInspector Extension for Chrome
  https://github.com/yeoman/generator-angular   YeoMan的帮助创建angularjs APP
  https://github.com/johnlindquist/angularjs-plugin 适合Idea、WebStorm等Intellij平台的IDE插件
  https://github.com/angular-ui/AngularJS-sublime-packageAngularjs的Sublime插件
库:
  http://angular-ui.github.io/AngularUI - The companion suite for AngularJS
  http://twilson63.github.io/ngUpload/上传文件的指令
  http://binarymuse.github.io/ngInfiniteScroll/ 无限下拉
  https://github.com/btford/angular-dragon-drop拖拽的指令
Demo:
  可以参考参考怎么组织代码
  https://github.com/tastejs/todomvc   帮助你选择MV* 框架,其中有一个angularjs的demo
  https://github.com/yearofmoo-articles/AngularJS-Animation-Article
  https://github.com/zensh/jsgenangularjs+nodejs开发的一套社区软件
  https://github.com/btford/angular-express-seed angularjs + express 骨架,想用这两者结合开发的可以参考下怎么组织代码结构
  https://github.com/btford/angular-express-blog 用上面的框架写的一个简单的Blog系统
  https://github.com/bennadel/AngularJS-Routing AngularJS - Deep Routing Example
  https://github.com/GoogleChrome/wReader-appRSS Reader written using AngularJS
  https://github.com/btford/angular-socket-io-imangular + socket.io 开发的简单的Demo
  https://github.com/saberma/19wu 19屋源码 rails + angularjs
页: [1]
查看完整版本: AngularJS 中文资料+工具+库+Demo 大搜集