Podcast Title

Author Name

0:00
0:00
Album Art

Ionic CLI v3 - Command Cheat Sheet

By 10xdev team May 13, 2017

Ionic CLI v3 cheat sheet


Create new Ionic app (v1.x) => ionic start < name > [template] --type ionic1

Create new Ionic app (latest) => ionic start < name > [template] [--type < type >]

Create new Ionic app (latest) => ionic start < name > [template] [--type < type >]

Emulate < platform > => ionic cordova emulate < platform >

Build < platform > => ionic cordova build < platform >

Run app < platform > => ionic cordova run < platform >

Get app/CLI/system info => ionic info

Operate on Cordova platforms => ionic cordova platform < action > < platform >

Operate on Cordova plugins => ionic cordova plugins < action > < platform >

Get command help => ionic help < command >

Join the 10xdev Community

Subscribe and get 8+ free PDFs that contain detailed roadmaps with recommended learning periods for each programming language or field, along with links to free resources such as books, YouTube tutorials, and courses with certificates.

Recommended For You

Up Next