Skip to content

pkdevboxy/phonegap-2-style-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonegap-2-style-3

PhoneGap 3.0 project that includes all of the plugins by default

##Getting Started##

Download and Install the latest version of node. This will also install NPM.

Now open up your terminal and type npm install -g cordova. This will download the cordova-cli. We need this to do development with PhoneGap 3.0. Make sure to checkout the readme for the cordova-cli.

You can copy over your own www assets into the www folder.

You can now run commands like cordova emulate ios or cordova run android.

ERROR: Currently, the config.json file under the .cordova directory has fields for lib that point to my cordova-android and cordova-ios on my machine. Once cordova-CLI gets updated to 3.0, this won't be necessary. For now, you have to change those directories to your own version for cordova-android and cordova-ios that are on master (3.0 compatitable).

About

PhoneGap 3.0 project that includes all of the plugins by default

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.8%
  • Objective-C 22.2%
  • Java 15.9%
  • C# 5.9%
  • HTML 4.0%
  • CSS 3.3%
  • Other 0.9%