@uiharness/dev

0.10.6 • Public • Published

License: MIT title

This module contains the core UIHarness development server:

  • CLI (command line interface)
  • JS bunder and HMR development server for web and electron.
  • Electron distribution builder.
  • Web server.

Installation

Include in the devDependencies of your package.json, along with the corresponding client-tools as full dependencies:

{
  "dependencies": {
    "@uiharness/electron": "x.x.x"
  },
  "devDependencies": {
    "@uiharness/dev": "x.x.x"
  }
}

Ensure the ui init command runs after installation complete to fully configure your UIHarness.
You might do this by running it as a post-install step:

{
  "scripts": {
    "postinstall": "ui init"
  }
}

 

 

🔗 Refs

 

Package Sidebar

Install

npm i @uiharness/dev

Weekly Downloads

0

Version

0.10.6

License

MIT

Unpacked Size

533 kB

Total Files

163

Last publish

Collaborators

  • philcockfield