Blazor的模块化应用框架 -- Blazorboilerplate / Oqtane 面向CMS

基于Blazor的模块化应用框架 -- Oqtane

 1、 (!!!)/oqtane.frameworkhttps://github.com/oqtane/oqtane.framework

      Oqtane(https://www.oqtane.org/)使用Blazor,这是.NET Core的新Web框架,可让您使用C#而不是JavaScript来构建交互式Web UI。 Blazor应用由使用C#,HTML和CSS实现的可重用Web UI组件组成。 客户端和服务器代码都是用C#编写的,允许您共享代码和库。

    本项目被 DotNetNuke 项目影响(激发)。

2、(!!!)/RapidCMS   

    RapidCMS is a Blazor framework which allows you to build a responsive and flexible CMS purely from code. It provides a basic set of editors and controls, and is fully customisable.
 

3、Awesome Blazor  :https://github.com/AdrienTorris/awesome-blazor

==========================================================

4.0 (模版,推荐) /blazorboilerplate   https://github.com/enkodellc/blazorboilerplate

4.1(推荐!) /MatBlazor  :Material Design components for Blazor and Razor Components http://www.matblazor.com

5、 Blazorise   https://blazorise.com/    

      Blazorise is a frontend components library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.

     例子:https://rcbootstrapdemo.blazorise.com/

6、LightSwitch Help Website - Blogs and code samples primarily covering server-side Blazor (Razor Components).

7、/refit

     The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface. https://reactiveui.github.io/refit/

 

原文地址:https://www.cnblogs.com/hopesun/p/11917526.html