meteor with mobile front-end UI framework [closed]

2019-03-07 18:14发布

Has anyone integrated meteor with mobile front-end frameworks?

In making mobile html5 apps look "more native" there are a number of CSS/front-end frameworks. eg:

and more. In comparison to plain Bootstrap, the main benefits are:

  • preloading content
  • smooth full-screen page navigation
  • mobile widgets with "native look" for ios/android

But these frameworks often have use their own MVC model, for example pre-loading content into offscreen DIVs and doing full-screen transitions. they often use an internal router or Pushstate which would conflict with Meteor/IronRouter. And ionic for example depends on angular...

Has anyone had success with this type of integration? Any leads appreciated.

8条回答
聊天终结者
2楼-- · 2019-03-07 18:37

As I understand, you are interested in any cases of mobile front-end framework integration with meteor.

Let me show you great example famo.us + meteor from Percolate Studio - guys who are doing a lot of stuff with meteor and for meteor too. Here announce in meteor blog, also video from devshop

Some useful links in blog and devshop will be a good example of successful mobile+meteor integration in production app.

查看更多
姐就是有狂的资本
3楼-- · 2019-03-07 18:42
登录 后发表回答