commit | 73eb7c9977db97d410abe54a7d561f1f5d7061c4 | [log] [tgz] |
---|---|---|
author | Carlos Santana <csantana23@gmail.com> | Fri Sep 05 17:57:23 2014 -0400 |
committer | Carlos Santana <csantana23@gmail.com> | Fri Sep 05 17:57:23 2014 -0400 |
tree | 62cec9b97167223bee3c00eb819f72da6cc4a191 | |
parent | 023ee78bd4c4559d960c6a30f8396b57fc4239e2 [diff] | |
parent | d89b15394aa46e8f187d4d0341dd6782e23775c7 [diff] |
merged master in
This repo includes code to build Apache Cordova applications that target Windows Phone 8 SDK.
An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.
Apache Cordova is a project at The Apache Software Foundation (ASF).
>.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ] >PathToNewProject : The path to where you wish to create the project >PackageName : The namespace for the project (default is Cordova.Example) >AppName : The name of the application (default is CordovaWP8AppProj) >example: >.\wp8\bin\create C:\Users\anonymous\Desktop\MyWP8Proj io.cordova.example CordovaWP8App From here you can open it in Visual Studio: - Launch Visual Studio and open Solution file (.sln) in (C:\Users\anonymous\Desktop\MyWP8Proj) - Built and Run it Or, you can continue with the command line: - >cd C:\Users\anonymous\Desktop\MyWP8Proj >cordova\run