mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
How to build: Blazor+Electron.NET desktop app? #798
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZedZipDev on GitHub (Jun 1, 2022).
Originally assigned to: @GregorBiswanger on GitHub.
🚨 The issue tracker is not for questions 🚨
I am trying to find the readme: how to build Blazer+Electron.NET sample Desktop application:
1.
2.
...
N.
For example, this Blazor app
https://github.com/edandersen/blazor-desktop-crossplatform-sample
@ggomarighetti commented on GitHub (Jun 9, 2022):
Resume
You must understand that Blazor and Electron.NET are two totally different things, Blazor (in this case Blazor Server) is your entire web application, and Electron.NET is just a "host" that creates a new window of a custom program for the client to consume that web application.
You should first focus on developing your web application as such, and then add Electron.NET to the project so that you can package it as an application and distribute it.
The step-by-step on how to add Electron.NET is in the Readme of the repository, it doesn't take much more than that.
@ZedZipDev commented on GitHub (Jul 18, 2022):
Ok, thanx, I see.
I mean exactly this: step by step how to add electron to my (Blazor, ASP.NET) app..
@GregorBiswanger commented on GitHub (Mar 28, 2023):
https://youtu.be/6MjxgbmTAAM