A Yeoman generator for Ionic Projects
This is a yeoman generator for my Ionic app, an Ionic app ready to use. It sets up everything to get you started with Gulp and Ionic in no time. Currently using Ionic 1.3.2 and Angular 1.5.10.
- Gulp jobs for development, building, emulating and running your app
- Compiles and concatenates your Sass
- Local development server with live reload, even inside android and ios emulators
- Auto min-safe all Angular DI through
ng-annotate
, no need to use weird bracket notation - Easily customize Ionic styles from within your Sass
- Comes already with a set of cordova plugins that are very helpful to produce robust mobile apps:
You should have Yeoman installed globally
npm install -g yo
To install generator-ionic-app from npm, run:
npm install -g generator-ionic-app
Finally, initiate the generator:
yo ionic-app
after installation, just start developing cool ionic apps!
- Fix some errors on project description
- Add an example of unit test for the generated project
- more documentation for the generated project
- initial commit
- building app skeleton
MIT