Skip to content

billyLumberjack/report-ionic-client

Repository files navigation

Branches naming convention

wip       Works in progress; stuff I know won't be finished soon
feat      Feature I'm adding or expanding
bug       Bug fix or experiment
junk      Throwaway branch created to experiment

Useful commands

List emulators

ionic cordova emulate --list --no-native-run                            # List any OS
cordova run --list --no-native-run                                      # List any OS
cordova run <platform> --list --no-native-run                           # List specific OS

Start local emulator

ionic cordova emulate ios --target="iPhone-SE" --prod --no-native-run   #runs with PROD config 
ionic cordova emulate ios --target="iPhone-SE" --no-native-run          #runs with DEV config

ionic cordova emulate android --target=e78ab88d --prod --no-native-run  #runs with PROD config   
ionic cordova emulate android --target=e78ab88d --no-native-run         #runs with DEV config   

Deploy on physical device

ionic cordova run android --device

Build for browser

ionic cordova build browser

Run in browser

ionic cordova run browser

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages