
ionic
List of commands for ionic:
-
ionic:tldr:03a6c ionic: Check the health of an Ionic app.$ ionic doctor ${check}try on your machineexplain this command
-
ionic:tldr:2d261 ionic: Show versions of Ionic, Cordova, environment, etc..$ ionic infotry on your machineexplain this command
-
ionic:tldr:8e53e ionic: Create a new project.$ ionic starttry on your machineexplain this command
-
ionic:tldr:ac646 ionic: Generate new app component, directive, page, pipe, provider or tabs.$ ionic g ${page}try on your machineexplain this command
-
ionic:tldr:c0939 ionic: Start a local dev server for app dev/testing.$ ionic servetry on your machineexplain this command
-
ionic:tldr:cadbf ionic: Run app on an Android/iOS device.$ ionic cordova run ${select} --devicetry on your machineexplain this command