electron-blazor-glue
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

electron-blazor-glue

Necessary JS code to run a Blazor application within an electron renderer process. It uses the coreclr-hosting native node module to host an Blazor application. This requires that the Blazor application is written using the ElectronHostedBlazor package.

Installation

npm install --save electron-blazor-glue

Usage

Just use the following script in a HTML page loaded in an electron BrowserWindow:

const glue = require('electron-blazor-glue');
window.runBlazorApp("path/to/the/application", "NameOfTheApplication.dll");

Readme

Keywords

Package Sidebar

Install

npm i electron-blazor-glue

Weekly Downloads

32

Version

8.0.0

License

MIT

Unpacked Size

423 kB

Total Files

97

Last publish

Collaborators

  • sanosdole