ionic/cordova version for tomatobang
just follow these commands
$ git clone https://github.com/tomatobang/tomato-ionic
$ cd tomato-ionic
$ npm i
3rd-party services
- Appcenter. see: https://appcenter.ms
- JPush. see:https://www.jiguang.cn/
- QiNiu. see: https://www.qiniu.com
To serve in the browser
$ ionic serve
android and ios are both supported.
to add platform
$ ionic cordova platform add android
$ ionic cordova platform add ios
To run
$ ionic cordova run android
$ ionic cordova run ios
$ ionic cordova build android
You can add --prod
for production release
# android
$ code-push release-cordova tomatobang android
# ios
$ code-push release-cordova tomatobang ios
MIT@yipeng.info