https://github.com/andredarcie/comparacao-entre-frameworks-blazor
https://github.com/andredarcie/comparacao-entre-frameworks-blazor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andredarcie/comparacao-entre-frameworks-blazor
- Owner: andredarcie
- Created: 2023-05-29T23:52:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T01:20:50.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:09:17.476Z (9 months ago)
- Language: C#
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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