Monday, 30 May 2016

Getting started with IONIC framework

Open command prompt
onic framework have some advantages over Cordova as it uses additional plugins like angularJs , ionic.css and provides more community support.

Steps to create sample app.


  • Install IONIC
    npm install -g cordova ionic
  • Create a sidemenu App
    ionic start myApp sidemenu
  • navigate to myApp
    cd myApp
  • Add an Android platform
    ionic platform add android
  • build apk
    ionic build android


Customising is similar to the steps in cordova which i have told here



No comments:

Post a Comment