Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.34 KB

Documentation

http://bit.ly/ion2fullapp-with-functionalities-documentation

Workflow

##To run your app in the browser (great for initial development): ionic serve

##To run on iOS: ionic run ios

##To run on Android: ionic run android

##Review ionic CHANGELOG when updating ionic-angular version https://github.com/driftyco/ionic/blob/master/CHANGELOG.md

Configs

Cordova (uses config.xml)

cordova platform save Use it when you have a pre-existing project and you want to save all the currently added platforms in your project.

Ionic (uses package.json)

ionic state reset This will remove everything then bring back what you have specified in the package.json file.

ionic state save To store the current platforms and plugins to the package.json

ionic state restore This will add in the appropriate plugins and platforms from the package.json "# caronajdisp"