Apache Cordova Electron

Clone this repo:
  1. 9faeb4a chore(deps): bump the gh-actions-patch-minor group with 2 updates (#331) by dependabot[bot] · 4 days ago master
  2. b15b766 chore(deps): bump form-data from 4.0.5 to 4.0.6 (#319) by dependabot[bot] · 9 days ago
  3. 2028089 chore(deps): bump @xmldom/xmldom from 0.8.13 to 0.8.15 (#330) by dependabot[bot] · 9 days ago
  4. d117d82 chore(deps-dev): bump browserslist from 4.23.0 to 4.28.8 (#329) by dependabot[bot] · 9 days ago
  5. 0c2b1b5 chore(deps): bump @xmldom/xmldom from 0.8.10 to 0.8.13 (#314) by dependabot[bot] · 2 weeks ago

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!