码迷,mamicode.com
首页 > 移动开发 > 详细

[NativeScript] Create new application and run emulator

时间:2017-02-12 21:14:10      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:ipa   --   sim   diff   log   air   color   install   new   

Install:

npm i -g nativescript

 

Create: 

tns create <app_name> --ng

 

Run:

tns emulate ios

 

List all emulators:

xcrun simctl list

 

Run a different emulator:

tns emulate ios --device "iPad Air 2"

 

[NativeScript] Create new application and run emulator

标签:ipa   --   sim   diff   log   air   color   install   new   

原文地址:http://www.cnblogs.com/Answer1215/p/6391737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!