Ionic Native test drive

To test, we will scaffold a new project and execute the following commands:

  1. Run the following command:
      ionic start -a "Example 15" -i app.example.fifteen       example15 blank --v2

And cd into the example15 folder.

  1. Let's search for the battery status plugin and add it to our project. Run the following command:
      ionic plugin search battery status
  1. This will launch the default browser and will navigate you to: http://cordova.apache.org/plugins/?q=battery%20status. Depending on what plugin name you find, you can add that plugin to the project. So, in our case, to add the battery status plugin to the project, we would run this:
       ionic plugin add cordova-plugin-battery-status.
This will add the battery status plugin ...

Get Learning Ionic - Second Edition 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.