Generating iOS application using Phonegap

PhoneGap is a use based on HTML, CSS and JavaScript, to create cross-platform rapid mobile development platform for mobile applications. It enables developers to take advantage of iPhone, Android, Palm, Symbian, WP7, Bada and Blackberry smart phone's core features - including geolocation, accelerator, contacts, sound and vibration, etc. In addition PhoneGap has a wealth of plug-ins, you can order unlimited expansion capabilities. 1. Install Phonegap
$ sudo npm install -g phonegap
2. Generate iOS app
$ phonegap create my-app
$ cd my-app
$ phonegap run ios
Note: NPM is a NodeJS package management and distribution tools, has become the standard published Node module (package) is unofficial.

Reproduced in: https: //my.oschina.net/wzlee/blog/262188

Guess you like

Origin blog.csdn.net/weixin_34033624/article/details/91716728