An open API service indexing awesome lists of open source software.

https://github.com/andredarcie/comparacao-entre-frameworks-blazor


https://github.com/andredarcie/comparacao-entre-frameworks-blazor

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Comparação entre frameworks Blazor

Todos os projetos são feitos usando Blazor Server

## Abp

[Oficial website](https://abp.io/)

dotnet tool install -g Volo.Abp.Cli

abp new Acme.BookStore -t app-nolayers -u blazor-server -dbms PostgreSQL -csf

dotnet ef database update --project .\Acme.BookStore.sln