# websiteadmin **Repository Path**: MwhWeb/websiteadmin ## Basic Information - **Project Name**: websiteadmin - **Description**: 使用Net5编写的通用网站后台 ,封装了基于efcore的工作单元、仓储模式。调用很简便。 使用MVC框架,前端采用了vue elementui的展示方式。简单易懂。前端适用netcore其他版本 netcore、net5、efcore、uow、repository、mvc、vue、elementui、element-ui - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-09-09 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 通用网站后台 概述 这是个网站后台管理系统、写着玩的。封装了仓储、工作单元模式。代码写起来很简便。 前端采用vue和element-ui的mvc框架。不是前后端分离的。一些小项目可以采用这种方式。 框架开发依赖环境 后台:VS2019 、.Net5 、EFCore3.1、Autofac、MySql 前端:VS2019、Vue2.6.12、axios、、element-ui、MVC 项目中已经将表结构和数据到出脚本至 Manon.Admin.Web/Config/website.sql中 。 需要添加远程nuget地址:http://39.100.64.24:1000/nuget; 示例地址:http://39.100.64.24:8060/ 账号:admin 密码:123456 部分管理界面展示 ![1](https://images.gitee.com/uploads/images/2021/0104/234017_82d40ae8_894396.png "83EC336F-52C6-4541-B5BE-AA669DB62A34.png") ![2](https://images.gitee.com/uploads/images/2021/0104/234041_c7b312c0_894396.png "AA4DEF38-32A3-4ebf-9E49-089A6B17227F.png") ![3](https://images.gitee.com/uploads/images/2021/0104/234056_510a27a5_894396.png "CD9D00A6-44B9-4d53-A6C0-DA3BD1927206.png")