在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):BlazorComponent/MASA.Blazor.Pro开源软件地址(OpenSource Url):https://github.com/BlazorComponent/MASA.Blazor.Pro开源编程语言(OpenSource Language):HTML 55.1%开源软件介绍(OpenSource Introduction): Masa Blazor ProOut-of-the-box mid-office front-end/design solutions, Blazor project templates, provide preset layouts for a variety of common scenarios. English| 简体中文 Online examplehttps://masa-blazor-pro.lonsid.cn Templates
Use
CLIInstall Template dotnet new --install Masa.Template Create Project
dotnet new masabp -o Masa.Test
dotnet new masabp --mode Wasm -o Masa.TestWasm
dotnet new masabp --mode ServerAndWasm -o Masa.TestRcl Go to the Server project directory cd Masa.Test Run dotnet run Existing ProjectIntroduce styles in <html lang="en">
<head>
<!--Style-->
<link href="css/masa-blazor-pro.css" rel="stylesheet">
<!--<link href="{ASSEMBLY NAME}.styles.css" rel="stylesheet">-->
<link href="Masa.Blazor.Pro.styles.css" rel="stylesheet">
</head>
</html>
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddMasaBlazor(builder =>
{
builder.UseTheme(option=>
{
option.Primary = "#4318FF";
option.Accent = "#4318FF";
}
);
}); Rendering
Related projects
Supported browsersMobile devices
Desktop devices
How to contribute
ContributorsThanks to all the friends who have contributed to this project. Interactive
Development teamThe Digital Flash technical team is an efficient, stable and innovative team. The team adheres to the original intention of enriching the Blazor ecosystem, and it is the pursuit of the Digital Flash technical team to continue to work hard to bring a better experience to the developers. Thank you for your support and use. Code of conductThis project adopts the code of conduct defined in the "Contributors Convention" to clarify the expected behavior of our community. For more information, see Masa Stack Community Code of Conduct. LicenseCopyright (c) 2021-present Masa.Blazor.Pro |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论