Meteor + Vue into Mobile app?

Hi, is ti possible to compile Meteor + Vue into Moblie app?

Have you tried? Could set up a dead simple Vue app and try it out.

Aside from that, it’s really simple to set up an API for your application and then you can use whatever you want (such as react native) that can then use the API for data. This is the approach I’m taking, mostly from a performance standpoint.

i dont want to write too much extra code for mobile app.
we had Meteor + Blaze web and it was compiled to mobile app, so i am curious if it’s possible for Meteor + Veu as well ?

Yes it works just the same using Cordova.

1 Like