CB-10495 Updated RELEASENOTES for release 4.3.1
1 file changed
tree: 49efac7c07953c9846c4c03d5cf1594aa3ffa2ba
  1. bin/
  2. cordova-js-src/
  3. node_modules/
  4. spec/
  5. template/
  6. .gitattributes
  7. .gitignore
  8. .jshintignore
  9. .jshintrc
  10. .ratignore
  11. .travis.yml
  12. appveyor.yml
  13. CONTRIBUTING.md
  14. cordova-windows10.md
  15. LICENSE
  16. NOTICE
  17. package.json
  18. README.md
  19. RELEASENOTES.md
  20. VERSION
README.md

#Apache Cordova for Windows

Build status Build Status

This repo contains the code for an Apache Cordova platform that allows you to build applications that target Windows 10, and Windows 8.1, as well as Windows Phone 8.1. An Apache Cordova based applications is written in HTML, CSS and JavaScript.

(Warning: Windows 8 has been deprecated, please update your applications to target Windows 8.1 or above)

Apache Cordova is a project of The Apache Software Foundation (ASF)

#Requirements

Windows 10, Windows 8.1, Windows Phone 8.1

Host OS: Windows 8.1 or Windows 10

Install the tools: Visual Studio 2015

Windows 8.1,Windows Phone 8.1

Host OS: Windows 8.1

Install the tools: Visual Studio 2013 Express.

Windows 8 only (deprecated)

Host OS: Windows 8 or 8.1

Install the tools: Visual Studio 2012 Express.

#Getting started The best way to use this is to install the Cordova CLI, create a project, add the windows platform, and run the app:

npm install -g cordova
cordova create test
cordova platform add windows
cordova run windows

#Report Issues Report them at the Apache Cordova Issue Tracker. Create a user account, use windows as the component.

#Further Reading