Blazor-MASA

[删除(380066935@qq.com或微信通知)]

MASA.Contrib

MASA.Blazor: 基于 Material Design 和 Blazor 的企业级 UI 组件库,支持Server和WebAssembly。 (gitee.com)

MASA Blazor (masastack.com)

一套基于Material设计规范和BlazorComponent的交互能力提供标准的基础组件库

masastack/MASA.Contrib: The purpose of MASA.Contrib is based on MASA.BuildingBlocks to provide open, community driven reusable components for building mesh applications. These components will be used by the MASA Stack and MASA Labs projects. (github.com)

Masa.Blazor.Pro (masastack.com)

基于Material Design和BlazorComponent的交互能力提供标准的基础组件库。提供如布局、弹框标准、Loading、全局异常处理等标准场景的预置组件。

安装 Masa.Template 模板

Masa.Template,包含 MASA 系列所有项目模板。MASA Blazor 对应模板名为masab


dotnet new --install Masa.Template


创建项目

根据项目模板名创建项目,并指定输出目录,即项目的根文件夹。


dotnet new masab -o MasaBlazorApp

默认为 Server 模式,通过参数--Mode WebAssembly 创建 WebAssembly 模式项目。


启动项目

通过命令cd MasaBlazorApp切换到 MasaBlazorApp 目录下 。 dotnet run启动项目,根据程序输出打开对应网址,即可看到 MASA Blazor 模板项目的效果。