@uiharness/electron
v0.7.5
Published
UIHarness client-tools for Electron (include in dependencies).
Downloads
339
Readme
This module contains the client tools of the UIHarness running in electron including:
- Electron specific modules, helpers and utilities.
- Electron specific UI components.
Installation
Include in the dependencies
of your package.json, along with the corresponding core dev-server in devDependencies
:
{
"dependencies": {
"@uiharness/electron": "x.x.x"
},
"devDependencies": {
"@uiharness/dev": "x.x.x"
}
}
🔗 Refs
- https://electronjs.org