Apache Cordova Electron

Clone this repo:
  1. 7944b29 chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 (#316) by dependabot[bot] · 3 weeks ago master
  2. a8e732d chore(INFRA): Set up default protection ruleset for default and release branches (#315) by The Apache Software Foundation · 4 weeks ago
  3. 24c9253 Merge pull request #313 from apache/dependabot/npm_and_yarn/lodash-4.18.1 by Manuel Beck · 9 weeks ago
  4. 1813085 chore(deps): bump lodash from 4.17.23 to 4.18.1 by dependabot[bot] · 9 weeks ago
  5. 247a9cd chore(deps): bump picomatch from 2.3.1 to 2.3.2 (#306) by dependabot[bot] · 3 months 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!