$ cnpm install @uiharness/electron
This module contains the client tools of the UIHarness running in electron including:
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"
}
}
Copyright 2014 - 2017 © taobao.org |