Apache Cordova Electron

Clone this repo:
  1. 7053f35 feat!: bump electron@^19.0.3 (#237) by エリス · 1 year ago master
  2. 2e8c65e ci: update github action workflow (#236) by エリス · 1 year ago
  3. 56b48b1 dep(npm): bump electron-builder@^23.0.3 (#227) by エリス · 1 year ago
  4. df29139 dep(npm): bump dev dependencies (#232) by エリス · 1 year ago
  5. a547e87 feat: bump electron@^18.2.4 (#234) by エリス · 1 year 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!