- Published on
Runing Blazor wasm on Github pages
- Authors
- Name
- Stephen Brown
Create a new blazor wasm project
dotnet workload install wasm-tools
Add to git
Add these:
xml
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>