commit | f5453b938893618ee81058c0ef8c497209511f25 | [log] [tgz] |
---|---|---|
author | Josh Soref <jsoref@blackberry.com> | Wed Sep 03 10:33:14 2014 -0400 |
committer | Jesse MacFadyen <purplecabbage@gmail.com> | Wed Sep 03 15:29:11 2014 -0700 |
tree | aa81f3405a6c76e34fb82b99d9e7d0eb28e663b1 | |
parent | a879f5258b54e5a4e2d30a3f0cf0669515368102 [diff] |
CB-7455 add bundledDependencies
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