Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 565 Bytes

File metadata and controls

17 lines (10 loc) · 565 Bytes

blazor-admin

.NET 8.0 Simple, Server Rendered Blazor Tailwind App with Vue interactivity.

Browse source code:

$ dotnet tool install -g x

$ x new blazor-admin ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new blazor-admin