【AngularJS系列】开发中常用的组件

如题,待补充

一 常用工具(以Mac举例)
homebrew 必备工具,方便安装各种linux下工具到Mac
npm nodeJs的安装工具,类型yum
bower 好比前端maven,用做前端组件的依赖库管理
http-server 轻量级http服务器,可命令行启动,当前目录为http://127.0.0.1:port

二 常用组件
Bootstrap 其提供的组件不怎么用,主要用它的CSS,布局管理
angular-ui 包含很多组件, https://angular-ui.github.io/  常用组件如下
       ui-router  更强大的页面布局和route控制 https://angular-ui.github.io/ui-router/site/#/api/ui.router
       ui-grid  后台类应用必备  http://ui-grid.info
       ui-layout  布局组件 https://angular-ui.github.io/ui-layout/

formly-form   表单控件,可以通过定义bind对象的方式,快速构建一个form
http://angular-formly.com/
https://scotch.io/tutorials/easy-angularjs-forms-with-angular-formly#what-well-build

猜你喜欢

转载自v7sky.iteye.com/blog/2303394