Apache Cordova Electron

Clone this repo:
  1. 24c9253 Merge pull request #313 from apache/dependabot/npm_and_yarn/lodash-4.18.1 by Manuel Beck · 11 days ago master
  2. 1813085 chore(deps): bump lodash from 4.17.23 to 4.18.1 by dependabot[bot] · 12 days ago
  3. 247a9cd chore(deps): bump picomatch from 2.3.1 to 2.3.2 (#306) by dependabot[bot] · 4 weeks ago
  4. 426d98a chore(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#305) by dependabot[bot] · 4 weeks ago
  5. fba1549 chore(deps): bump ajv from 6.12.6 to 6.14.0 (#298) by dependabot[bot] · 7 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!