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
For this, we have the HostHook feature, which needs to be activated via the Electron.NET-CLI with the following command: electronize add hosthook
This will create an ElectronHostHook directory in your project. Ideally, you can now open this with Visual Studio Code. Install NPM packages and communicate with the actual application.
Once I get my head around it and am able to do the basics, would y'all be amenable to a documentation PR with details on how to do this for others? This seems like a useful scenario for devs, as some stuff is just easier to do in javascript / typescript / electron than in Blazor.
If a documentation PR would be acceptable, do you have a preferred place (README.md?) for such docs?
Hey there,
I want to hook right into the electron engine via Javascript using npm etc. How do I
I have been trying to piece it all together, but so many moving parts and I just would like a bit of clarity so I can do this right.
Cheers
The text was updated successfully, but these errors were encountered: