diff --git a/pages/common/ionic.md b/pages/common/ionic.md new file mode 100644 index 0000000000..f6abe27de5 --- /dev/null +++ b/pages/common/ionic.md @@ -0,0 +1,27 @@ +# ionic + +> A framework to build hybrid mobile apps. + +- Create a new project: + +`ionic start` + +- Start a local dev server for app dev/testing: + +`ionic serve` + +- Generate new app component, directive, page, pipe, provider or tabs: + +`ionic g {{page}}` + +- Show versions of ionic, cordova, environment, etc.: + +`ionic info` + +- Run app on an android/ios device: + +`ionic cordova run {{android|ios}} --device` + +- Check the health of a ionic app: + +`ionic doctor {{check}}`