增加文件 增加README.md文件
This commit is contained in:
parent
cc75a348be
commit
80c93b1f35
10
Init.bat
10
Init.bat
|
@ -1,10 +0,0 @@
|
|||
d:
|
||||
cd \
|
||||
md src
|
||||
cd src
|
||||
md Longbow
|
||||
cd Longbow
|
||||
md Keys
|
||||
md BootstrapAdmin
|
||||
git clone https://git.oschina.net/LgbAdmin/Keys.git
|
||||
git clone https://git.oschina.net/LgbAdmin/BootstrapAdmin.git
|
|
@ -0,0 +1,61 @@
|
|||
# BootstrapAdmin
|
||||
|
||||
#### 项目介绍
|
||||
使用HTML5+jQuery+Bootstrap4.1构建的后台管理平台。
|
||||
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
本平台开发框架采用微软.net core 2.1,数据库使用Microsoft SQL Server 2008R2以上版本。
|
||||
|
||||
#### 安装教程
|
||||
|
||||
1. 安装 .net core 2.1 sdk [官方网址](http://www.microsoft.com/net/download)
|
||||
2. 安装 Visual Studio 2017 最新版 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/)
|
||||
3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LgbAdmin/BootstrapAdmin)
|
||||
|
||||
#### 功能列表
|
||||
|
||||
1. 系统登录
|
||||
2. 后台管理
|
||||
3. 个人中心
|
||||
4. 返回前台
|
||||
5. 网站设置
|
||||
6. 菜单管理
|
||||
7. 用户管理
|
||||
8. 角色管理
|
||||
9. 部门管理
|
||||
10. 字典表维护
|
||||
11. 站内消息
|
||||
12. 任务管理
|
||||
13. 通知管理
|
||||
14. 系统日志
|
||||
15. 程序异常
|
||||
16. 工具集合
|
||||
|
||||
#### 项目截图
|
||||
|
||||
登录截图
|
||||
|
||||
1. 手机登录
|
||||
|
||||
![输入图片说明](https://images.gitee.com/uploads/images/2018/0925/171428_a581e157_554725.png "Loginm.png")
|
||||
|
||||
2. 电脑登录
|
||||
|
||||
![输入图片说明](https://images.gitee.com/uploads/images/2018/0925/171640_2224523f_554725.png "Login.png")
|
||||
|
||||
3. 前台首页
|
||||
|
||||
![输入图片说明](https://images.gitee.com/uploads/images/2018/0925/171658_f480f25f_554725.png "PalletHome.png")
|
||||
|
||||
4. 后台首页
|
||||
|
||||
![输入图片说明](https://images.gitee.com/uploads/images/2018/0925/171712_d00fae48_554725.png "BAHome.png")
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
1. Fork 本项目
|
||||
2. 新建 Feat_xxx 分支
|
||||
3. 提交代码
|
||||
4. 新建 Pull Request
|
11
环境搭建指南.txt
11
环境搭建指南.txt
|
@ -1,11 +0,0 @@
|
|||
1、坚果云
|
||||
同步Reference到C:\Longbow.Utility 2005
|
||||
运行C:\Longbow.Utility 2005\Longbow.reg
|
||||
|
||||
2、创建开发环境目录
|
||||
d:\src\Longbow\Keys
|
||||
d:\src\Longbow\BootstrapAdmin
|
||||
|
||||
3、获取git文件
|
||||
Keys https://git.oschina.net/LgbAdmin/Keys.git
|
||||
BootstrapAdmin https://git.oschina.net/LgbAdmin/BootstrapAdmin.git
|
Loading…
Reference in New Issue