The Electron application that encapsulates Khiops Visualization from https://github.com/KhiopsML/khiops-visualization
Based on https://github.com/maximegris/angular-electron.git
# yarn install
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
https://github.com/maximegris/angular-electron/blob/master/CHANGELOG.md