UNPKG

809 BMarkdownView Raw
1[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
2![title](https://user-images.githubusercontent.com/185555/51809597-fa710e80-2306-11e9-806d-72c58a0ff0db.png)
3
4
5This module contains the client tools of the [UIHarness](https://uiharness.com) running in [electron](https://electronjs.org/) including:
6
7- Electron specific modules, helpers and utilities.
8- Electron specific UI components.
9
10<p>&nbsp;</p>
11
12
13## Installation
14
15Include in the `dependencies` of your **package.json**, along with the corresponding **core** dev-server in `devDependencies`:
16
17```json
18{
19 "dependencies": {
20 "@uiharness/electron": "x.x.x"
21 },
22 "devDependencies": {
23 "@uiharness/dev": "x.x.x"
24 }
25}
26```
27
28<p>&nbsp;</p>
29
30## 🔗 Refs
31- https://electronjs.org
32
33<p>&nbsp;</p>
34