/sweetest-ionic

The most sweetest syntax for Ionic

Primary LanguageCoffeeScript

Ionic skeleton

The most sweetest syntax for Ionic.

CSS vendor prefixes handled by autoprefixer.

Source

All source files stored in src directory. Source compiled to www directory.

Build

Install all node and bower dependencies, restore Ionic state, add Ionic hooks and Cordova plugins, regenerate application icon and splash screen, and finally compile source.

$ npm install -g cordova ionic
$ npm install
$ npm run prepare

Plain HTML5 files

  • gulp to compile and watch HTML5 files

Xcode project

  • gulp build to build an Xcode project
  • gulp rebuild to clean up all dependencies and rebuild project from scratch

iOS ipa archive

  • work in progress

Development

  • ionic serve to compile application for browser and start dev server
  • ionic emulate to compile application for emulator and start it