Ionix2 + Meteor + NPM modules on client Seed Project
You can use Ionic2 CLI to build yout Meteor app.
git clone https://github.com/nelsonec87/ionic2-meteor-seed.git
cd ionic2-meteor-seed
npm install
Starting Client
ionic serve
Starting Server
cd meteor
meteor
It´s a seed project using Ionic2 (Angular2) + Meteor 1.3 + TypeScript. Different from ionic2-meteor package, you can use npm
modules in the client, e.g. angular2-google-maps.
See issue: link
Using the same aproach as Angular-Meteor "Whatsapp" example using de Ionic CLI. In a nutshell: install Ionic2 using the CLI and import Meteor client scripts.
You can generate Meteor's client-side scripts using meteor-build-client. Then import the generated file in www/index.html
.