Skip to content

apioo/fusio-tools-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusio electron app

This is a simple electron app around the Fusio backend app. You can use this app to connect to a Fusio system from your local computer so you dont need to host the javascript app.

Installation

To start the electron app from this repository you can simply run:

npm install
npm run start

Configuration

At the ./preload.js script you need to configure your Fusio url.

Build

You can also create an executable at the target/ folder with:

npm run dist