EasyAdminBlazor 1.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EasyAdminBlazor --version 1.3.0
NuGet\Install-Package EasyAdminBlazor -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasyAdminBlazor" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyAdminBlazor" Version="1.3.0" />
<PackageReference Include="EasyAdminBlazor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasyAdminBlazor --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EasyAdminBlazor, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=EasyAdminBlazor&version=1.3.0
#tool nuget:?package=EasyAdminBlazor&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
一、项目概述
EasyAdminBlazor
是一个基于 .NET 9.0 的项目,用于开发管理后台相关功能。此项目运用 BootstrapBlazor
组件库搭建用户界面,借助 FreeSql
进行数据访问操作,前台使用 Razor pages。不用写js,不用对接接口,不用前后端分离,可快速完成中小型项目,是个人接单的利器。
主要功能
- 用户管理:包括用户信息的增删改查、导入导出。
- 角色管理:管理用户角色,包括角色信息的增删改查,角色菜单权限的分配。
- 菜单管理:管理系统菜单,包括菜单信息的增删改查。
- 部门管理:管理部门信息,包括部门信息的增删改查。
- 参数配置:管理系统参数,包括参数信息的增删改查。
- 字典管理:管理字典信息,包括字典信息的增删改查。
- 日志管理:管理系统日志,包括异常日志、操作日志、登录日志的查询。
- 文件管理:文件批量上传与删除。
- 代码生成:根据实体类生成对应管理页面。
- 数据权限:支持数据权限,根据角色分配数据权限。
- 多数据库:支持多种数据库。
- 多语言:支持多语言切换。
- 多租户:支持多租户,多租户可共用一个库,也可以给租户设置独立的数据库。
- 在线聊天:支持管理员间实时聊天。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- BootstrapBlazor (>= 9.6.4)
- BootstrapBlazor.FontAwesome (>= 9.0.2)
- BootstrapBlazor.Middleware (>= 9.0.0)
- BootstrapBlazor.TableExport (>= 9.2.5)
- FreeRedis (>= 1.3.7)
- FreeSql.Cloud (>= 2.0.1)
- FreeSql.Extensions.AggregateRoot (>= 3.5.206)
- FreeSql.Extensions.JsonMap (>= 3.5.206)
- FreeSql.Provider.MySqlConnector (>= 3.5.206)
- Microsoft.AspNetCore.SignalR (>= 1.2.0)
- Microsoft.AspNetCore.SignalR.Client (>= 9.0.5)
- NCrontab (>= 3.3.3)
- NETCore.MailKit (>= 2.1.0)
- Rougamo.Fody (>= 5.0.0)
- SixLabors.ImageSharp (>= 3.1.8)
- System.Security.Cryptography.Pkcs (>= 9.0.4)
- TinyMCE.Blazor (>= 2.1.0)
- Yitter.IdGenerator (>= 1.0.14)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on EasyAdminBlazor:
Package | Downloads |
---|---|
EasyAdminBlazor.HtmlEditor
EasyAdminBlazor的TinyMCE编辑器扩展 |
|
EasyAdminBlazor.Mail
EasyAdminBlazor的MailKit邮件发送扩展 |
|
EasyAdminBlazor.AliyunSms
EasyAdminBlazor的阿里云短信发送扩展 |
|
EasyAdminBlazor.Chat
EasyAdminBlazor的聊天扩展 |
GitHub repositories
This package is not used by any popular GitHub repositories.