mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
npm packages #228
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 @anaether on GitHub (Oct 27, 2018).
Hallo,
Ich möchte nachfragen, wie ich weitere NodeJS Module installieren kann, sodass sie von Electron.NET mit kompiliert werden?
MfG,
Andi
@jaime-olivares commented on GitHub (Nov 5, 2018):
Translation: How can I install more NodeJS modules so they are compiled by Electron.NET?
Possible answer: Electron.NET will just execute whatever is dropped into the /wwwroot folder. You can add a regular web client application there, so you can use npm modules with browserify (see tutorial here: https://javascriptplayground.com/backbone-browserify/)
@GregorBiswanger commented on GitHub (Jan 3, 2019):
Duplicate of #43