LinuxCommandLibrary

ionic

ionic

TLDR

Create a new project

$ ionic start
copy


Start a local dev server for app dev/testing
$ ionic serve
copy


Generate new app component, directive, page, pipe, provider or tabs
$ ionic g [page]
copy


Show versions of Ionic, Cordova, environment, etc.
$ ionic info
copy


Run app on an Android/iOS device
$ ionic cordova run [android|ios] --device
copy


Check the health of an Ionic app
$ ionic doctor [check]
copy

Copied to clipboard