Installing prerequisites for Windows
We need to have Node.js and Git installed in order to install both Ionic and Cordova.
Installing Node.js - NodeJS Installer
Installing Git - Git Installer
Installing Ionic
- npm install ionic cordova -g : run this code in nodejs or git CLI.
Start working on Ionic Apps Development:
Basic knowledge require : AngularJS, HTML5, CSS3 , Javascript, JQuery and Logic.
Ionic CLI
- ionic start appname {{template}} " blank,tab,sidemenu etc instead of {{template}}"
- after successfully execution of this command run -- $ cd appname
- setup this project to use SASS : ionic setup sass
- Develop in the browser with live changes : ionic serve
- Add a platform (android, IOS and browser ) : ionic platform add ios/android/browser
- Build your App : ionic build
- Simulate your app in respected environment : ionic emulate
- Run your first app in a device : ionic run
- Package an app using ionic packeg service : ionic package
- if you have any problem then mail me @ dharambir.singh7@gmail.com or comment here:
*image not belongs to dharamart.blogspot.com
No comments:
Post a Comment
Dharamart.blogspot.in