commit | f0d5cc12df10d5fb918f4f8a8db85173d9415503 | [log] [tgz] |
---|---|---|
author | Steve Gill <stevengill97@gmail.com> | Thu Mar 26 14:08:29 2015 -0700 |
committer | Steve Gill <stevengill97@gmail.com> | Thu Mar 26 14:08:29 2015 -0700 |
tree | 7b8ffee719a276e0af4897c56491ee160dce0f4c | |
parent | 380f8f56227f199bc709f94c32efd63848a6bab5 [diff] |
Update JS snapshot to version 3.9.0-dev (via coho)
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