简体   繁体   中英

How to electronize a UNO Wasm application

How can we run a Uno Wasm project through an Electron shell?

The official way of electronizing blazor doesn't work in uno, because there uno wasm runs abit differently (there is no Hosting to inject electron .net) and simply putting "published" uno wasm content in "electron-quickstart" project won't let the uno wasm app run correctly.

Is there any correct way of running a uno-wasm project through an Electron window?

The only (dating) existing sample is this one .

The sample works by bundling the Uno Platform dist folder, and adding a bootstrapping electron file which opens index.html .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM