Can I Use JQuery Mobile With EmberJS?

前端 未结 2 1300
广开言路
广开言路 2020-12-24 07:23

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 Emb

相关标签:
2条回答
  • 2020-12-24 07:44

    I have just start to develop in my free time a application based on the proof of concept Ember.js with Jquery Mobile => https://github.com/LuisSala/emberjs-jqm

    I have extract the class define in the previous proof of concept and just create a new repo https://github.com/tolbard/ember-moving.

    This is very basic and only support the default header, content, footer and list.

    Any help with this will be welcome

    0 讨论(0)
  • 2020-12-24 07:47

    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://stackoverflow.com/tags/emberjs/new

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

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

    Hope this helps,

    Cheers!

    0 讨论(0)
提交回复
热议问题