Skip to content

donkeycode/ionic-init

Repository files navigation

This project is a tool to quickly start one ionicframework app using ng-build

Quick start

  1. Clone / fork this repo
  2. Change bundle name in config.xml & ionic.project
  3. Install deps
sudo npm install -g ionic cordova bower gulp
npm install && bower install
gulp build
ionic platform add android
ionic platform add ios
ionic browser add crosswalk
ionic resources
  1. Install your cordova plugins

I use frequently :

Keyboard

ionic plugin add com.ionic.keyboard

Whitelist

ionic plugin add cordova-plugin-whitelist

DatePicker

To manage android date pickers with french format

ionic plugin add https://github.com/VitaliiBlagodir/cordova-plugin-datepicker

Pushwoosh

ionic plugin add com.pushwoosh.plugins.pushwoosh

Inappbrowser

ionic plugin add org.apache.cordova.inappbrowser

Network Information

ionic plugin add org.apache.cordova.network-information

Splashscreen

ionic plugin add org.apache.cordova.splashscreen

StatusBar

ionic plugin add org.apache.cordova.statusbar
  1. Start dev mode
gulp dev

About

This project is a tool to quickly start one [ionicframework](http://ionicframework.com/) app using [ng-build](https://github.com/izeau/ng-build)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published