2018.03.06
Check Out
- Start An Ionic3 Demo
# inoic start projectName templateName
# templateName: sidemenu, blank, tabs, super, tutorial, conference, aws
ionic start quwen sidemenu
# run demo default at localhost:8100
ionic serve
# run demo at emulate device for testing
# view logs by ionicDevapp with option -c: ionic serve -c
ionic cordova emulate ios --livereload
# run demo at actually device for testing
ionic cordova run <platform>
resolve the problem of refresh error: npm i -D -E ws@3.3.2