Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/cordova-electron
Apache Cordova Electron
https://github.com/apache/cordova-electron
cordova cplusplus csharp java javascript library mobile nodejs objective-c
Last synced: 26 days ago
JSON representation
Apache Cordova Electron
- Host: GitHub
- URL: https://github.com/apache/cordova-electron
- Owner: apache
- License: apache-2.0
- Created: 2016-08-31T07:00:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T17:22:27.000Z (6 months ago)
- Last Synced: 2024-05-21T07:20:53.938Z (6 months ago)
- Topics: cordova, cplusplus, csharp, java, javascript, library, mobile, nodejs, objective-c
- Language: JavaScript
- Homepage:
- Size: 8.03 MB
- Stars: 119
- Watchers: 20
- Forks: 58
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cordova Electron
[Electron](https://electronjs.org) 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
```shell
$ 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](https://github.com/apache/cordova-electron/blob/master/DOCUMENTATION.md) file.
## Contributions
The Apache Cordova team would like to thank [Ibby Hadeed](https://www.npmjs.com/~ihadeed) for transferring the [`cordova-electron`](https://www.npmjs.com/package/cordova-electron) [npm](https://npmjs.com) package name to Apache Cordova. Thanks!