Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Apache Cordova Electron

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!