Files
tldr/pages.zh/common/ionic.md

28 lines
546 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ionic
> 一个构建混合移动应用的框架。
> 更多信息:<https://ionicframework.com/docs/cli>。
- 创建一个新项目:
`ionic start`
- 启动本地开发服务器进行应用开发/测试:
`ionic serve`
- 生成新的应用组件、指令、页面、管道、提供者或选项卡:
`ionic g {{page}}`
- 在Android/iOS设备上运行应用
`ionic cordova run {{android|ios}} --device`
- 检查Ionic应用的健康状况
`ionic doctor {{check}}`
- 显示Ionic、Cordova、环境等的版本
`ionic info`