| commit | 92775855fd4d1dacf1a0841de61c62061329fc69 | [log] [tgz] |
|---|---|---|
| author | Jesse MacFadyen <purplecabbage@gmail.com> | Thu Dec 07 18:07:16 2017 -0800 |
| committer | GitHub <noreply@github.com> | Thu Dec 07 18:07:16 2017 -0800 |
| tree | 66320179a6028c4d704a4eb38e85b97463fd55eb | |
| parent | 236dad1d97b008a3d86c4d0edf4bf82ff143c023 [diff] |
[CB-12762] point package.json repo to github
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