mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
11
README.md
11
README.md
@@ -9,9 +9,14 @@ Travis-CI (Win/OSX/Linux): [](https://www.nuget.org/packages/ElectronNET.API/)
|
||||
@@ -139,10 +144,6 @@ The end result should be an electron app under your __/bin/desktop__ folder.
|
||||
### Note
|
||||
> macOS builds on Windows are currently not supported, because the build just hangs, but I'm not sure why. The macOS builds works on Linux/macOS however.
|
||||
|
||||
# Wait - you host a .NET Core app inside Electron? Why?
|
||||
|
||||
Well... there are lots of different approaches how to get a X-plat desktop app running. We thought it would be nice for .NET devs to use the ASP.NET Core environment and just embed it inside a pretty robust enviroment called Electron.
|
||||
|
||||
# Working with this Repo
|
||||
|
||||
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 1.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
|
||||
|
||||
Reference in New Issue
Block a user