Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 750 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 750 Bytes

blazor-vue

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

Browse source code, view live demo blazor-vue.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new blazor-vue 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-vue