- Published on
Running 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>