Added template #414

This commit is contained in:
Florian Rappl
2026-09-04 20:44:55 +02:00
parent a04ca0b9bc
commit deca8166ec
25 changed files with 550 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ See [System Requirements](../GettingStarted/System-Requirements.md).
## 🚀 Quick Start
> [!Tip]
> To skip the manual setup below, scaffold a ready-to-run app with the
> [project templates](Templates.md): `dotnet new install ElectronNET.Core.Templates` followed by
> `dotnet new electron-blazor -n MyDesktopApp`.
### 1. Create ASP.NET Core Project
#### Visual Studio