https://github.com/apache/cordova-wp8
[DEPRECATED] Apache Cordova WP8
https://github.com/apache/cordova-wp8
cordova cplusplus csharp java javascript library mobile nodejs objective-c
Last synced: 5 months ago
JSON representation
[DEPRECATED] Apache Cordova WP8
- Host: GitHub
- URL: https://github.com/apache/cordova-wp8
- Owner: apache
- License: other
- Archived: true
- Created: 2012-11-28T08:00:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T17:15:40.000Z (over 6 years ago)
- Last Synced: 2025-07-08T02:05:18.315Z (5 months ago)
- Topics: cordova, cplusplus, csharp, java, javascript, library, mobile, nodejs, objective-c
- Language: C#
- Homepage:
- Size: 9.72 MB
- Stars: 82
- Watchers: 27
- Forks: 94
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cordova-plugins - Windows Phone
README
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](../../network) and [Forks](../../network/members).
- Learn more: https://github.com/apache/cordova/blob/master/deprecated.md#deprecated-platforms
---
[](https://ci.appveyor.com/project/Humbedooh/cordova-wp8/branch/master)
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?
-----
- File them at the [Apache Cordova Issue Tracker][]
Further Reading
---
- [Apache Cordova Documentation][]
- [Apache Cordova Wiki][]
[Windows Phone SDK 8]: http://www.microsoft.com/en-us/download/details.aspx?id=35471 "Download Windows Phone SDK 8"
[Apache Cordova]: http://cordova.io "Apache Cordova"
[Apache Cordova Issue Tracker]: https://issues.apache.org/jira/browse/CB "Apache Cordova Issue Tracker"
[Apache Cordova Documentation]: http://cordova.io/docs "Apache Cordova Documentation"
[Apache Cordova Wiki]: http://wiki.apache.org/cordova "Apache Cordova Wiki"