1 Star 0 Fork 43

大可乐 / AIStudio.Blazor.App

forked from 艾竹 / AIStudio.Blazor.App 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

AIStudio.Blazor.App

框架介绍:

CS架构的AIStudio.Wpf.AClient的后端,同时内嵌wasm的bs客户端。

采用ASP.NET Core 7.0的框架,内部实现有jwt验证,DI自动注入,nlog日志,事件总线,SqlSugar,aop拦截,quartz等。 blazor客户端采用 https://ant-design-blazor.gitee.io/zh-CN/components/overview 组件库

API参照框架有https://github.com/Coldairarrow/Colder.Admin.AntdVuehttps://gitee.com/lisheng741/simpleapp https://gitee.com/hgflydream/Gardener https://gitee.com/zhengguojing/magic-net https://gitee.com/Cherryblossoms/caviar 等,感谢上诉作者的开源作品。

参照上述框架的同时,尽量保证框架简洁,实现功能的同时,不参杂过多的复杂技术。

框架结构如下:

├─Client  (客户端部分)
│  ├─AIStudio.BlazorUI (客户端页面)
│  ├─AIStudio.Client.Business (向后台请求方法)
│  ├─Application
│  │  ├─AIStudio.BlazorMaui.Client (启动项目,嵌入在maui中)
│  │  ├─AIStudio.BlazorServer.Client(启动项目,Blazor的server模式,暂未完成)
│  │  ├─AIStudio.BlazorWasm.Client(启动项目,Blazor的wasm模式,推荐模式)
│  │  ├─AIStudio.BlazorWinform.Client(启动项目,嵌入在winform中)
│  │  └─AIStudio.BlazorWpf.Client(启动项目,嵌入在wpf中)
│  └─Diagram
│      ├─AIStudio.BlazorDiagram (Diagram的流程图封装)
│      └─AIStudio.BlazorDiagram.Test
├─Common
│  ├─AIStudio.Common (API的基础实现)
│  ├─AIStudio.DbFactory (代码生成使用)
│  ├─AIStudio.Entity (实体类)
│  ├─AIStudio.Util (公共方法)
│  └─WorkflowCore (开源的工作流实现)
│      ├─providers
│      │  ├─WorkflowCore.LockProviders.SqlServer
│      │  ├─WorkflowCore.Persistence.EntityFramework
│      │  ├─WorkflowCore.Persistence.MySQL
│      │  ├─WorkflowCore.Persistence.PostgreSQL
│      │  ├─WorkflowCore.Persistence.Sqlite
│      │  ├─WorkflowCore.Persistence.SqlServer
│      ├─WorkflowCore
│      ├─WorkflowCore.DSL
└─Server (服务端部分)
    ├─AIStudio.Api (API启动项目)
    ├─AIStudio.BlazorWasm.Server (WASM托管在API中的启动项目)
    ├─AIStudio.Business 
    ├─AIStudio.IBusiness

快速启动(Wasm宿主在API中)

选择AIStudio.BlazorWasm.Server,直接运行即可。 image 用户名:Admin 密码:Admin

主界面如下: image

快速启动2(如果您的项目完全为前后台分离)

选择AIStudio.API运行 image

框架知识点介绍:

待完善

以下为部分界面的截图:

权限管理 image 用户管理 image 角色管理 image 部门管理 image 字典管理 image 表单配置 image 任务管理 image 异常日志 image 访问日志 image 操作日志 image 系统日志 image 流程管理 image 发起流程 image image 我的流程 image

嵌入在winform中的运行效果

image

嵌入在wpf中的运行效果

image

同后台CS框架(WPF) https://gitee.com/akwkevin/aistudio.-wpf.-aclient

image

MIT License Copyright (c) 2022 艾竹 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

CS架构的AIStudio.Wpf.AClient的后端,同时内嵌wasm的bs客户端。 采用ASP.NET Core 7.0的框架,内部实现有jwt验证,DI自动注入,nlog日志,事件总线,SqlSugar,aop拦截,quartz等。 blazor客户端采用 https://ant-design-blazor.gitee.io/zh-CN/components/overview 组件库 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/misyou/AIStudio.Blazor.App.git
git@gitee.com:misyou/AIStudio.Blazor.App.git
misyou
AIStudio.Blazor.App
AIStudio.Blazor.App
master

搜索帮助