Skip to content

The Electron application that encapsulates Khiops Covisualization

License

Notifications You must be signed in to change notification settings

KhiopsML/kc-electron

Repository files navigation

Build Releases test workflow Latest Stable Version End-to-end tests gitleaks badge

The Electron application that encapsulates Khiops Covisualization from https://github.com/KhiopsML/khiops-visualization

Based on https://github.com/maximegris/angular-electron.git

Installation

# yarn install

Development mode with Electron AND visualization component

First clone and install a local copy of visualization-component then replace:

"scripts": [
  "node_modules/khiops-visualization/khiops-webcomponents.bundle.js"
],

with:

"scripts": [
  "../visualization-component/dist/khiops-webcomponent/khiops-webcomponents.bundle.js"
],

to load local copy of visualization-component

Into visualization-component, run:

# yarn start

Into electron folder, run:

# yarn start

DO NOT CHANGE PORT WHEN PROMPED to debug directly visualization-component into Electron

Boilerplate change log

https://github.com/maximegris/angular-electron/blob/master/CHANGELOG.md