This is a Blazor WebAssembly project that demonstrates how to use the Blazor WebAssembly framework to create a tool that manages fuel economy data for multiple vehicles.
- Offline support
- Hosted on GitHub Pages
- Because GitHub Pages hosts the site in a subdirectory, the base URL must be set in the
index.html
file before deploying the site. This must be done prior to building the site otherwise you will get integrity failures from the service worker.
- https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly - General documentation for deploying Blazor WASM.
- https://github.com/rafrex/spa-github-pages - For better handling of single-page-applications on GitHub Pages