ionic_ninja
初衷
通过一个开源项目,让更多人了解如何学习新技术,以及其中遇到的问题是如何求解的。另外让大家了解更多ionicframework的细节
核心技术
目录
这是一本关于ionic framework的书,目录如下
- Chapter 0:如何快速学习新技术
- Chapter 1:初始ionic
- Chapter 2: run demo
- Chapter 3: run all demo
- Chapter 4: angular基础
- angular指令
- angular双向绑定
- angular ioc
- angular的util方法(dom操作等)
- Chapter 5: 关于amd加载
- amd与commonjs,cmd
- 最简单的amd
- exports vs module.exports in node
- Chapter 6: dom操作(todo)
- Chapter 7: 自己动手写一个tab(todo,可参考之前插件做法)
- Chapter 8: 自己动手写一个tabmodal dialog
- Chapter 9: 处理请求
- Chapter 10: UI
- model 用法
- Chapter 11: 如何自己写一个angular模块(todo)
- Chapter 12: cordova相关
- Chapter 13: how to custom code?
- Chapter 14: ionic sidemenu
- Chapter 15: about ionic cli
- Chapter 16: 未完成的路
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
版本历史
- v0.1.0 初始化版本
欢迎fork和反馈
在issue提问或邮件[email protected]
License
this gem is released under the MIT License.