Update JS snapshot to version 2.1.0-dev (via coho)
1 file changed
tree: c23a207882a10c801e23fb6b46311809e762f4f3
  1. .github/
  2. .npm-scripts/
  3. bin/
  4. cordova-js-src/
  5. cordova-lib/
  6. lib/
  7. tests/
  8. .asf.yaml
  9. .eslintignore
  10. .eslintrc.yml
  11. .gitattributes
  12. .gitignore
  13. .npmignore
  14. CONTRIBUTING.md
  15. DOCUMENTATION.md
  16. LICENSE
  17. NOTICE
  18. package-lock.json
  19. package.json
  20. README.md
  21. RELEASENOTES.md
  22. VERSION
README.md

Cordova Electron

Electron is a framework that uses web technologies (HTML, CSS, and JS) to build cross-platform desktop applications.

Platform Objectives

  • Build Desktop Applications (Linux, macOS, and Windows)
  • Sign Applications for Release

Usage

Cordova CLI

$ npm install -g cordova@latest
$ cordova create helloworld
$ cd helloworld
$ cordova platform add electron
$ cordova run electron

Documentation

For more documentation, please refer to the DOCUMENTATION.md file.

Contributions

The Apache Cordova team would like to thank Ibby Hadeed for transferring the cordova-electron npm package name to Apache Cordova. Thanks!