Skip to content

Element-Blazor/element-blazor.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

element-blazor.github.io

Element-Blazor demo components and the WebAssembly demo site published to GitHub Pages.

Projects

  • demo.csproj: reusable Razor demo components used by the documentation site.
  • site/Element.ClientRender.csproj: browser-rendered documentation and demo shell.

Local Run

From the Element-Blazor root repository:

dotnet run --project demo/site/Element.ClientRender.csproj

The site uses local src/Components and src/Markdown project references when it is built inside the root repository.