Installing Ionic Cloud

Setting up Ionic Cloud is really simple; we need to install the Ionic Cloud npm package and hook Ionic account, which is just required for using Ionic services. We will be integrating cloud services to our existing vPlanet-commerce application. Recently, Ionic CLI v3 has launched and is currently in beta and it have changed a lot many things and changed the commands:

    $ npm install @ionic/cloud-angular --save     $ ionic login$ ionic link

Be sure not to confuse Ionic CLI v3 and Ionic v3, which are completely different. Ionic CLI contains primary tools for the development of Ionic apps.

To update an Ionic 2 or 3 based project to work with Ionic CLI v3, we have to run the following command.

$ npm install --save-dev @ionic/cli-build-ionic-angular@beta ...

Get Hybrid Mobile Development with Ionic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.