You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core.
12
+
Build cross platform desktop apps with .NET Core 2.2 and ASP.NET NET Core.
13
13
14
14
Electron.NET is a __wrapper__ around a "normal" Electron application with an embedded ASP.NET Core application. Via our Electron.NET IPC bridge we can invoke Electron APIs from .NET.
15
15
@@ -94,21 +94,21 @@ To start the application make sure you have installed the "[ElectronNET.CLI](htt
94
94
95
95
dotnet tool install ElectronNET.CLI -g
96
96
97
-
* Make sure you have __node.js v8.6.0__ and on __macOS/Linux__ the electron-packager installed!
97
+
* Make sure you have __node.js v8.6.0__ and on __macOS/Linux__ the electron-builder installed!
98
98
99
99
sudo npm install electron-packager --global
100
100
101
101
At the first time, you need an Electron.NET project initialization. Type the following command in your ASP.NET Core folder:
102
102
103
103
```
104
-
electronize init
104
+
electronize init
105
105
```
106
106
107
107
* Now a electronnet.manifest.json should appear in your ASP.NET Core project
108
108
* Now run the following:
109
109
110
110
```
111
-
electronize start
111
+
electronize start
112
112
```
113
113
### Note
114
114
> Only the first electronize start is slow. The next will go on faster.
0 commit comments