Skip to content

Latest commit

 

History

History

README.md

Bionic Electron Template

Electron template for Bionic Projects

Deployment Notes:

There are a few things to take into consideration when creating your Blazor WASM project for Electron deployment

  1. Root page must include a second page route: @page("/index.html")
  2. electron/index.html must have a base haref of "./": <base href="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2F" />