« MudBlazor » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
= Links =
= Links =
* [https://mudblazor.com/getting-started Getting started]
* [https://mudblazor.com/getting-started Getting started]
= [https://mudblazor.com/getting-started/installation Installation] =
<kode lang='bash'>
# install MudBlazor templates
dotnet new install MudBlazor.Templates
# help on new project
dotnet new mudblazor --help
dotnet new mudblazor --host wasm --name MyApplication
</kode>

Version du 11 juillet 2023 à 21:56

Links

Installation

Bash.svg
# install MudBlazor templates
dotnet new install MudBlazor.Templates

# help on new project
dotnet new mudblazor --help
dotnet new mudblazor --host wasm --name MyApplication