commit | d38917ba3c865ccafb8f0f35752903157ee55cfa | [log] [tgz] |
---|---|---|
author | Steven Gill <stevengill97@gmail.com> | Tue Sep 30 13:59:52 2014 -0700 |
committer | Steven Gill <stevengill97@gmail.com> | Tue Sep 30 14:00:22 2014 -0700 |
tree | 0a528add23b20379582f7c3a1424aa8c91850e00 | |
parent | 608edf7fe94cfe26c32029517670bb6e90100852 [diff] |
updated release notes for 3.6.4
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