janodvarko / harviewer

HAR Viewer is a web application that allows visualizing HTTP Archive logs (HARs)
http://www.softwareishard.com/blog/har-viewer/
1.04k stars 184 forks source link

Bundle harviewer as an electron application #155

Open kamphaus opened 2 years ago

kamphaus commented 2 years ago

With this PR we make it possible to bundle harviewer as an electron app.

The electron app relies on the files built by the existing build scripts and adds just the necessary electron handler to display the existing build files in a native window.

In addition to electron, electron-forge can be used to package the app in a native packaging image (eg. deb or rpm).