- Hybrid Mobile Development with Ionic
- Gaurav Saini
- 113字
- 2021-07-02 23:53:52
Running application on devices
The ionic run command helps in running the application with the connected device:
$ ionic cordova:run [options] <PLATFORM>
$ ionic cordova:run android
There is also an option of Emulate. Emulate an
Ionic
project on a simulator or emulator.
$ ionic cordova:emulate [options] <PLATFORM>
The list of available tasks has been increasing in Ionic CLI. The best way to get in touch with all the latest tasks with extended details can be found by using ionic --help:
$ ionic--help
This will list all the tasks with options and flags for each. You can easily try them all on a test project and this will help you understanding them more closely.
推薦閱讀
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- C語言程序設(shè)計(jì)立體化案例教程
- Web全棧工程師的自我修養(yǎng)
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- 速學(xué)Python:程序設(shè)計(jì)從入門到進(jìn)階
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Kotlin程序員面試算法寶典
- Unreal Engine Game Development Cookbook
- Java程序性能優(yōu)化實(shí)戰(zhàn)
- Illustrator CS6中文版應(yīng)用教程(第二版)
- HTML5+jQuery Mobile移動(dòng)應(yīng)用開發(fā)
- C#教程
- 瘋狂Ajax講義(第3版)
- Selenium自動(dòng)化測試完全指南:基于Python
- Python深度學(xué)習(xí)實(shí)戰(zhàn):基于TensorFlow和Keras的聊天機(jī)器人以及人臉、物體和語音識別