Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 425 Bytes

BlazorLiveReload

Blazor Live Reload without refreshing page

Installing

1.Add package:

dotnet add package RazorComponentsPreview --version 0.6.0

2.Add to startup:

services.AddRazorComponentsRuntimeCompilation();
app.UseRazorComponentsRuntimeCompilation();

3.run project go to /preview and change razor file components

Demo

Alt Text