mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:55:33 +02:00
ionic: add page (#2531)
This commit is contained in:
parent
738c6e3013
commit
7a68477df4
1 changed files with 27 additions and 0 deletions
27
pages/common/ionic.md
Normal file
27
pages/common/ionic.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue