Difference between revisions of "PhoneGap: instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: To Install, ensure that you have NodeJS installed, then open your commandline and run the following: $ sudo npm install -g phonegap Once installation completes, you can inv...) |
Onnowpurbo (talk | contribs) |
||
Line 22: | Line 22: | ||
* http://phonegap.com/install/ | * http://phonegap.com/install/ | ||
+ | * http://docs.phonegap.com/en/4.0.0/index.html |
Latest revision as of 09:32, 28 November 2014
To Install, ensure that you have NodeJS installed, then open your commandline and run the following:
$ sudo npm install -g phonegap
Once installation completes, you can invoke phonegap on command line for further help.
Usage
$ phonegap create my-app $ cd my-app $ phonegap run android
Learn more at docs.phonegap.com