commit | 79546dcec61cc64413d110840b899bc1aa607d29 | [log] [tgz] |
---|---|---|
author | Jesse MacFadyen <purplecabbage@gmail.com> | Fri Sep 05 17:40:16 2014 -0700 |
committer | Jesse MacFadyen <purplecabbage@gmail.com> | Fri Sep 05 17:40:16 2014 -0700 |
tree | cb2b63104bce414d7e859fca066f3d9241f6bc92 | |
parent | 53f98806eef67a8e103ec49a245ebaafd3db93b5 [diff] |
VERSION cannot have a newline ( currently )
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