Introduction of Ionic Framework


What is Ionic Framework?

    Ionic Framework is Very Powerful HTML5 SDK is creating Mobile apps using web technologies like HTML, CSS and javascript. Ionic framework is used main Reson is nice look and UI interaction of your app. That means we aren't a replacement phoneGap or your favorite javascript framework.

Ionic Framework is Angulajs Advanced Program is Ionic Cordova + Angularjs =  Ionic Framework

Download Ionic Framework

Click Here ionicframework.com 

How Install Ionic Framework?

Step 1.  First  Install Node.js(Node 5 Does not working  at the moment).
Step 2.  Install the Latest Cordova and ionic Command-line Follow the comment code.

Install ios and Android Platform

                                                    $ npm install -g cordova ionic


Start a Project

Create an Ionic project using one of our ready-made app templates, or a blank one to start fresh.


                  $ ionic start myFirstApp tabs
                  $ ionic start myFirstApp sidemenu      
                  $ ionic start myFirstApp blank

How to Run Ionic Framework ?

   Use the Ionic tool to build, test and run your apps or cordova directly. and ionic view to share your apps with tester and clients to easily test on new devices

   Commend Line:

            $ cd myFirstApp
            $ ionic platform add ios
            $ ionic build ios
            $ ionic emulate ios

Introduction of Ionic Framework Dev2Tricks 5 of 5
What is Ionic Framework?     Ionic Framework is Very Powerful HTML5 SDK is creating Mobile apps using web technologies like HTML, CSS ...

Share this

Related Posts

Previous
Next Post »