Apache Cordova Electron

Clone this repo:
  1. 247a9cd chore(deps): bump picomatch from 2.3.1 to 2.3.2 (#306) by dependabot[bot] · 5 days ago master
  2. 426d98a chore(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#305) by dependabot[bot] · 6 days ago
  3. fba1549 chore(deps): bump ajv from 6.12.6 to 6.14.0 (#298) by dependabot[bot] · 4 weeks ago
  4. 1aaa602 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#295) by dependabot[bot] · 4 weeks ago
  5. bfdcfed chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 (#301) by dependabot[bot] · 4 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!