Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Getting Started with Meteor and Onsen UI
-
Meteor is very well known as a full-stack framework that tremendously simplifies the creation of web apps. Thanks to Cordova we can also use Meteor for hybrid mobile apps and, after the last changes we made to our framework and bindings, we are excited to announce that you can find a robust Meteor Mobile UI framework in Onsen UI.
Click here to see the original article
-
So is there any way to use onsen with Blaze ? There are many meteor users who are still running Blaze
-
@kaiyes It’s surely compatible although it may require some research. Recently we have focused on React, Angular and Vue.js, but if the Meteor community want to try Blaze we will be open to PRs and questions :)
-
@kaiyes: +1 … it would be awesome to see Onsen playing nicely with Blaze
-
Considering using Onsen UI with Meteor. I am wondering, however, how Onsen will look on the desktop web. Any feedback?
-
@James-Parsons Exactly the same as mobile view. You can use components like
<ons-splitter>
,<ons-if>
and other tools likeons.platform
to modify the view if you want. And of course, media-queries. This is for example a meteor app.
-
Is there any chance of getting a look at the AngularJS + Onsen UI + Meteor source files for this tutorial? Be a really good jumping off point for experimentation.
-
@MichaelCafe They are all posted here: https://github.com/frankdiox/OnsenUI-Meteor-ToDo
-
@munsterlander: In the article you mention “What about AngularJS?” Does this refer to Angular Onsen working with the React Meteor tutorial OR is this referring to Angular + Onsen UI + Meteor working together without React?
I am trying to get Angular + Onsen UI + Meteor working together without React.
-
@MichaelCafe @Fran-Diox will have to respond as he wrote the article, but I would suspect it would be making all 3 work without React.
-
@MichaelCafe I was speaking about AngularJS + Onsen UI + Meteor, but I haven’t made any app like that myself. I just answered some questions of other users who were making it and wrote in this post the problems they found.
-
Is Monaca the same thing as Meteor, or is it just an IDE that USES Meteor, or is it completely separate from Meteor, with Meteor as an option?
-
@Moshe-Flam They are two completely different products. Monaca is a set of tools for hybrid app development. It includes cloud IDE, push notifications, remote app build, etc. You can use Meteor in apps made with Monaca. This article explains how to combine Meteor with Onsen UI, but you don’t need to do anything special to use it in Monaca. Note that the cloud IDE is not able to run your Meteor server, you’d need to use local development tools like Monaca CLI.
-
@Fran-Diox thx!