deprecation notice
1 file changed
tree: 79fef0f8fe6d94cc4c46bf8c7c62ca411d68b389
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. framework/
  5. node_modules/
  6. spec/
  7. template/
  8. .gitattributes
  9. .gitignore
  10. .jshintignore
  11. .jshintrc
  12. appveyor.yml
  13. CONTRIBUTING.md
  14. LICENSE
  15. node
  16. NOTICE
  17. package.json
  18. README.md
  19. RELEASENOTES.md
  20. VERSION
README.md

Apache Cordova for Windows Phone 8


📌 Deprecation Notice

This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.

Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.


Build status

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).

Requires

  • Windows Phone SDK 8 -- Windows Phone 8 development requires Windows 8 Professional, and Visual Studio 2012 ( express works )

Getting Started

Create a new project

Getting Started from the command line

>.\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

BUGS?

Further Reading