gluon-framework / gluon

A new framework for creating desktop apps from websites, using system installed browsers and NodeJS
https://gluonjs.org
MIT License
3.1k stars 76 forks source link

Possible to Use Bundled Wep App (e.g. Vue) Instead of URL #67

Closed rhclayto closed 1 year ago

rhclayto commented 1 year ago

Is it possible to bundle a web app (for instance, a Vue SPA) rather than bringing in a web app/page via an HTTPS URL via Gluon.open()?

CanadaHonk commented 1 year ago

Yes, you can pass it a path to a HTML file instead.