We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搭建开发环境
环境安装
1.Windows 平台
npm install -g cordova ionic # 安装ant # 系统环境变量中配置android sdk路径
2.iOS 平台
sudo npm install -g cordova ionic sudo npm install -g ios-sim ionic platform add ios # 添加ios平台 ionic build ios # 构建ios项目 ionic emulate ios # 模拟器运行 ionic run ios # 连接真机后直接运行
模拟器运行
命令行
1.初始化项目
2.添加构建的平台
3.插件管理
4.ionic 生成器
5.预览应用程序
6.获取命令行信息
IDE
1.Visual Studio Code
Visual Studio Code 插件:
2.WebStorm
开发调试
1.Browser 调试工具
2.模拟器/真机调试
Chrome 插件
抓包工具
其他工具
官方资源
英文资源
中文资源
Ionic 2 - 博客(英文)
Angular 2 - 博客(英文)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
搭建开发环境
环境安装
1.Windows 平台
2.iOS 平台
模拟器运行
命令行
1.初始化项目
2.添加构建的平台
3.插件管理
4.ionic 生成器
5.预览应用程序
6.获取命令行信息
IDE
1.Visual Studio Code
Visual Studio Code 插件:
2.WebStorm
开发调试
1.Browser 调试工具
2.模拟器/真机调试
Chrome 插件
抓包工具
其他工具
官方资源
英文资源
中文资源
Ionic 2 - 博客(英文)
Angular 2 - 博客(英文)
The text was updated successfully, but these errors were encountered: