Blazor-Electron.NET
[删除(380066935@qq.com或微信通知)]
更好的阅读体验请查看原文:https://github.com/ElectronNET/Electron.NET
Electron.NET
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
⛏ Build
Here you need the Electron.NET CLI as well. Type the following command in your ASP.NET Core folder:
electronize build /target win
There are additional platforms available:
electronize build /target win
electronize build /target osx
electronize build /target osx-arm64
electronize build /target linux
Those four "default" targets will produce packages for those platforms.