commit | af0002afbc3c4cf4d1d425b7451f88f915f18292 | [log] [tgz] |
---|---|---|
author | sgrebnov <v-segreb@microsoft.com> | Fri Dec 19 17:59:58 2014 +0300 |
committer | sgrebnov <v-segreb@microsoft.com> | Fri Dec 19 17:59:58 2014 +0300 |
tree | 705d324ac7dfee10f0a5dc2c30dc783b9b7bdb94 | |
parent | 7633a395bb4c21ddd80e6317f5285c2814f1d162 [diff] |
Reverted 3.8.0->3.9.0 version change
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