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: 4 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T11:21:08.000Z (5 months ago)
- Last Synced: 2024-12-14T15:05:38.517Z (11 days ago)
- Topics: cordova, cplusplus, csharp, java, javascript, library, mobile, nodejs, objective-c
- Language: JavaScript
- Homepage:
- Size: 8.03 MB
- Stars: 126
- Watchers: 19
- Forks: 57
- Open Issues: 55
-
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!