Electron App

What is the deal for ensuring vue front end code could work as an electron app? Or should it just be web app, would this be delightful enough specifically on desktop though.

An electron app is itself sort of a web server and client rolled into an executable application, which addresses many of our local offline storage needs. May solve several of our needs upfront.