« MudBlazor » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 10 : | Ligne 10 : | ||
# help on new project | # help on new project | ||
dotnet new mudblazor --help | dotnet new mudblazor --help | ||
dotnet new mudblazor --host | |||
# new server project named MudBlazor | |||
dotnet new mudblazor --host server --output MudBlazor | |||
</kode> | </kode> |
Version du 11 juillet 2023 à 21:58
Links
Installation
# install MudBlazor templates dotnet new install MudBlazor.Templates # help on new project dotnet new mudblazor --help # new server project named MudBlazor dotnet new mudblazor --host server --output MudBlazor |