javascript - Different builds for web and mobile with Meteor -
i want write app meteor js have 3 main modules, web admin panel, web app version , mobile app version. want have 3 apps in same meteor project ¿how can this?
the simplest way create 3 separate projects , share server side code between them using symbolic links (ln -s
). solution simple, crude , may hard maintain.
so there way: split app packages. more complicated, easier maintain. way described here.
Comments
Post a Comment