Skip to content

Commit

Permalink
Merge pull request #432 from neozhu/neozhu-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
neozhu authored Jul 3, 2023
2 parents c723a24 + 644b101 commit c5081e1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,21 @@ Blazor technology.
- install the project template
- run CLI: `dotnet new install ./`
- run CLI: `dotnet new list`

<img width="828" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/f23022e0-3fd6-475a-96ab-84b0d3328e4c">

- create a solution with the template
- run CLI: `dotnet new ca-blazorserver-sln`
- run CLI: `dotnet new ca-blazorserver-sln` or `dotnet new ca-blazorserver-sln -n NewProjectName(root namesapces)`


- build a project template with nuget.exe
- run CLI: `.\nuget.exe add -Source .\ CleanArchitecture.Blazor.Solution.Template.1.0.0-preview.1.nupkg`
<img width="1329" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/7c56dec5-5935-4fc5-ad81-8bcb65e9d0dc">
- create a new project from Clean Architecture for Blazor Server Solution
<img width="769" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/ed7eb20f-aec2-4f69-95b7-d47c2eb20428">

<img width="828" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/f23022e0-3fd6-475a-96ab-84b0d3328e4c">



## Why I choose Blazor Server

Expand Down

0 comments on commit c5081e1

Please sign in to comment.