2016-01-28 00:42:58 +03:00
|
|
|
![alt tag](http://ace.run/assets/images/logo/ace.png) Visit our [homepage](http://ace.run/) & [get started](http://ace.run/docs/getting-started/) in minutes!
|
|
|
|
|
|
|
|
# What is Ace?
|
|
|
|
|
|
|
|
An Apache Cordova plugin that enables you to easily add native UI and native code to your JavaScript and HTML.
|
|
|
|
|
|
|
|
* Mix native UI with HTML
|
|
|
|
* Use a cross-platform native UI framework
|
|
|
|
* Call native code without additional plugins
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
**1. Add the plugin to your project**
|
|
|
|
|
|
|
|
However you use Cordova (Visual Studio or command-line tools), you can install this plugin the standard way. For example:
|
|
|
|
```
|
|
|
|
cordova plugin add https://github.com/adnathan/ace.git
|
|
|
|
```
|
|
|
|
or, in Visual Studio, open **config.xml** then add the plugin under **Plugins**, **Custom**.
|
|
|
|
|
|
|
|
**2. Follow the samples and docs**
|
|
|
|
|
|
|
|
```
|
|
|
|
You can find samples in the samples folder of this repository.
|
|
|
|
```
|
|
|
|
|
|
|
|
## Community
|
|
|
|
|
|
|
|
* Have a question that's not a feature request or bug report? [Discuss on Stack Overflow](https://stackoverflow.com/questions/tagged/ace)
|
|
|
|
* Have a feature request or find a bug? [Submit an issue](https://github.com/adnathan/ace/issues)
|
|
|
|
* Please [contribute](https://github.com/adnathan/ace/blob/master/CONTRIBUTING.md) to the source code!
|
|
|
|
|
|
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
|
|
|
Ace is licensed under the MIT Open Source license.
|