commit | 48b1a82ef55b59236be7235d5a86f4a4d937e53a | [log] [tgz] |
---|---|---|
author | エリス <erisu@users.noreply.github.com> | Sat May 21 16:52:44 2022 +0900 |
committer | GitHub <noreply@github.com> | Sat May 21 16:52:44 2022 +0900 |
tree | 08fb92ca13b07a0940cee333334863afe44645df | |
parent | 181363d087114922ec897e4bb21f3c8728832d2d [diff] |
feat: support custom Electron version (#230) * feat: support custom Electron version * chore: remove require.resolve
Electron is a framework that uses web technologies (HTML, CSS, and JS) to build cross-platform desktop applications.
$ npm install -g cordova@latest $ cordova create helloworld $ cd helloworld $ cordova platform add electron $ cordova run electron
For more documentation, please refer to the DOCUMENTATION.md file.
The Apache Cordova team would like to thank Ibby Hadeed for transferring the cordova-electron
npm package name to Apache Cordova. Thanks!