且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以在 EmberJS 中使用 JQuery Mobile 吗?

更新时间:2023-11-10 16:21:28

Hiya 希望以下链接可以帮助您找到正确的解决方案:(是否有此类集成的指南?)

是的,您可以使用 Jquery Mobile 对 Ember.js 进行基本概念证明 => https://github.com/LuisSala/emberjs-jqm

小启动教程:http://www.andymatthews.net/read/2012/03/07/Getting-Started-With-EmberJS

文章:http://www.infoq.com/articles/emberjs>

Ember Wiki 有开发者模块的链接:https://github.com/emberjs/ember.js/wiki

开始并识别陷阱:

(对于您的特定情况的概念证明,您还可以参考我在上面分享的 POC 链接,并通过堆栈溢出中的现有问题上釉,否则我将首先找出并解决问题)

https://***.com/tags/emberjs/new

https://***.com/questions/tagged/emberjs

如何制作具有移动外观的 emberjs 应用程序(如 jquery mobile 中的应用程序)?

希望这会有所帮助,

干杯!

I want use JQuery mobile for the front-end of my mobile application, but I need a JavaScript MVC framework to do the back-end integration stuff and I'm looking at using EmberJS. Is there a guide for this kind of integration? Any pitfalls I should avoid? As a reference, I'm originally coming from a Sencha Touch 2.0 background.

Hiya Hope following link helps you to right path for your questions: (Is there a guide for this kind of integration? )

Yep, you can Basic proof of concept Ember.js with Jquery Mobile => https://github.com/LuisSala/emberjs-jqm

little start up tutorial: http://www.andymatthews.net/read/2012/03/07/Getting-Started-With-EmberJS

Article: http://www.infoq.com/articles/emberjs

Ember Wiki has links to developer modules: https://github.com/emberjs/ember.js/wiki

To start with and identify pitfalls:

(For proof of concept for your specific case you can also refer to the POC link I have shared above and glaze through the existing issues in stack overflow, Else I will go for head first and find out and fix the issues as go)

https://***.com/tags/emberjs/new

https://***.com/questions/tagged/emberjs

How to make emberjs app with a mobile look (like the one in jquery mobile)?

Hope this helps,

Cheers!