Apache Cordova Electron

Clone this repo:
  1. e125265 chore: update release audit workflow & license headers & added npmrc (#294) by エリス · 5 weeks ago master
  2. 36bdb4b chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#292) by dependabot[bot] · 6 weeks ago
  3. 0e8ad3a chore(deps): bump tmp from 0.2.3 to 0.2.5 (#289) by dependabot[bot] · 6 weeks ago
  4. 9b63d51 chore(deps): bump form-data from 4.0.0 to 4.0.5 (#288) by dependabot[bot] · 6 weeks ago
  5. 869cef5 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#287) by dependabot[bot] · 6 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!