commit | 270a671993a7338d96c29fbac340e01ffb564afe | [log] [tgz] |
---|---|---|
author | Steve Gill <stevengill97@gmail.com> | Wed Nov 18 10:39:43 2015 -0800 |
committer | Steve Gill <stevengill97@gmail.com> | Wed Nov 18 10:39:43 2015 -0800 |
tree | b96f5706c0636d54e0032a738483e9578e0bb5b0 | |
parent | 1546d74032ffc82e733eceeca1a09ec2c6e26d59 [diff] |
Update JS snapshot to version 3.8.2 (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