# Lampon.Vue **Repository Path**: lampon/lampon.-vue ## Basic Information - **Project Name**: Lampon.Vue - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-16 - **Last Updated**: 2023-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

logo

Lampon.Admin

[![license](https://img.shields.io/badge/license-MIT-blueviolet?cacheSeconds=10800)](https://gitee.com/lampon/lampon.-admin.-api)

前后端分离权限架构,开箱即用

## :tw-1f351: 概述 - 基于.NET 6实现的通用权限管理平台(RBAC模式)。整合最新技术高效快速开发,前后端分离模式,开箱即用。 - 前端基于VbenAdmin(antd)框架。 - 后端基于Furion框架案例Magic.NET,Sqlugar、多租户、分库读写分离、缓存、数据校验、鉴权、动态Api、多语言全球化本地化等前沿技术。 - 模块化架构设计,层次清晰,业务层推荐写到单独模块,框架升级不影响业务! - 核心模块包括:租户、用户、角色、菜单、日志、多应用管理、组织架构等功能 ## :tw-1f363: 帮助文档 - Furion后台框架文档:[https://dotnetchina.gitee.io/furion/docs/](https://dotnetchina.gitee.io/furion/docs/) - Vben Admin前端框架文档:[https://vvbin.cn/doc-next/guide/introduction.html](https://vvbin.cn/doc-next/guide/introduction.html) ## :tw-1f368: 技术选型 ### :tw-1f376: 后端技术说明 | 技术 | 名称 | 版本 | | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Furion | 应用框架 | [![nuget](https://img.shields.io/nuget/v/Furion?cacheSeconds=10800)](https://www.nuget.org/packages/Furion) [![nuget](https://img.shields.io/nuget/dt/Furion)](https://www.nuget.org/packages/Furion) | | Swagger | Api文档 | [![nuget](https://img.shields.io/nuget/v/Swashbuckle.AspNetCore?cacheSeconds=10800)](https://www.nuget.org/packages/Swashbuckle.AspNetCore/) [![nuget](https://img.shields.io/nuget/dt/Swashbuckle.AspNetCore)](https://www.nuget.org/packages/Swashbuckle.AspNetCore/) | | SqlSugar | ORM框架 | [![nuget](https://img.shields.io/nuget/v/SqlSugar?cacheSeconds=10800)](https://www.nuget.org/packages/SqlSugar/) [![nuget](https://img.shields.io/nuget/dt/SqlSugar)](https://www.nuget.org/packages/SqlSugar/) | | Mapster | 实体映射 | [![nuget](https://img.shields.io/nuget/v/Mapster?cacheSeconds=10800)](https://www.nuget.org/packages/Mapster/) [![nuget](https://img.shields.io/nuget/dt/Mapster)](https://www.nuget.org/packages/Mapster/) | | Redis | 数据缓存 | [![nuget](https://img.shields.io/nuget/v/StackExchange.Redis?cacheSeconds=10800)](https://www.nuget.org/packages/StackExchange.Redis/) [![nuget](https://img.shields.io/nuget/dt/StackExchange.Redis)](https://www.nuget.org/packages/StackExchange.Redis/) | | Jwt | 授权认证 | [![nuget](https://img.shields.io/nuget/v/IdentityModel?cacheSeconds=10800)](https://www.nuget.org/packages/IdentityModel/) [![nuget](https://img.shields.io/nuget/dt/IdentityModel)](https://www.nuget.org/packages/IdentityModel/) | |SignalR | 实时通讯 | [![nuget](https://img.shields.io/nuget/v/Microsoft.AspNet.SignalR.Core?cacheSeconds=10800)](https://www.nuget.org/packages/Microsoft.AspNet.SignalR.Core/) [![nuget](https://img.shields.io/nuget/dt/Microsoft.AspNet.SignalR.Core)](https://www.nuget.org/packages/Microsoft.AspNet.SignalR.Core/) | ### :tw-1f353: 前端技术说明 | 技术 | 名称 | 版本 | | --------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | TypeScript | 前端脚本 | [![npm](https://img.shields.io/npm/v/typescript.svg?sanitize=true)](https://github.com/microsoft/TypeScript) [![github](https://img.shields.io/github/stars/microsoft/TypeScript)](https://github.com/microsoft/TypeScript) | | Andt-Desgin-Vue | 前端UI框架 | [![npm](https://img.shields.io/npm/v/ant-design-vue.svg?sanitize=true)](https://antdv.com/components/overview) [![github](https://img.shields.io/github/stars/vueComponent/ant-design-vue)](https://antdv.com/components/overview) | | Vue3.x | Js框架 | [![npm](https://img.shields.io/npm/v/vue.svg?sanitize=true)](https://img.shields.io/npm/v/vue.svg?sanitize=true) [![github](https://img.shields.io/github/stars/vuejs/vue)](https://img.shields.io/npm/v/vue.svg?sanitize=true) | | VenAdmin | 前端框架 | [![github](https://img.shields.io/github/stars/vbenjs/vue-vben-admin)](https://vvbin.cn/doc-next/) | ## :tw-1f344: 项目截图 ## :tw-1f33a: 特别鸣谢 - Furion:[https://dotnetchina.gitee.io/furion](https://dotnetchina.gitee.io/furion) - Magic.Net:[https://gitee.com/zhengguojing/magic-net](https://gitee.com/zhengguojing/magic-net) - SqlSugar:[https://gitee.com/dotnetchina/SqlSugar](https://gitee.com/dotnetchina/SqlSugar)