简体   繁体   中英

Different builds for web and mobile with Meteor

I want to write an app with Meteor js that have 3 main modules, a web admin panel, a web app version and a mobile app version. I want to have the 3 apps in the same Meteor project ¿how i can do this?

The simplest way to do it is create 3 separate projects and share server side code between them using symbolic links ( ln -s ). This solution is simple, but crude and may be hard to maintain.

So there is another way: split app into packages. It is more complicated, but easier to maintain. This way described here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM