mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-25 11:59:27 +08:00
⚡ 优化代码
This commit is contained in:
parent
e855fc1ef6
commit
1d6c123f29
134
README.md
134
README.md
@ -1,37 +1,121 @@
|
|||||||
# Saber
|
|
||||||
|
|
||||||
#### 介绍
|
## 简介
|
||||||
SpringBlade前端UI项目,基于现有的avue、element-ui库进行二次封装。
|
Saber 是 [SpringBlade](https://gitee.com/smallc/SpringBlade)前端UI项目,基于vue、vuex、avue、element-ui,用于快速构建系统中后台业务。
|
||||||
|
|
||||||
#### 软件架构
|
## 官网
|
||||||
软件架构说明
|
* 官网地址:[https://bladex.vip](https://bladex.vip)
|
||||||
|
|
||||||
|
## 在线演示
|
||||||
|
* Sword演示地址:[https://sword.bladex.vip](https://sword.bladex.vip)
|
||||||
|
* Saber演示地址:[https://saber.avue.top](https://saber.avue.top)
|
||||||
|
|
||||||
#### 安装教程
|
## 后端项目地址
|
||||||
|
* [Gitee](https://gitee.com/smallc/SpringBlade)
|
||||||
|
* [Github](https://github.com/chillzhuang/SpringBlade)
|
||||||
|
|
||||||
1. xxxx
|
## 前端项目地址
|
||||||
2. xxxx
|
* [Sword](https://gitee.com/smallc/Sword)
|
||||||
3. xxxx
|
* [Saber](https://gitee.com/smallc/Saber)
|
||||||
|
|
||||||
#### 使用说明
|
## 特性
|
||||||
|
|
||||||
1. xxxx
|
- 基于现有的element-ui库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图
|
||||||
2. xxxx
|
- 主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架
|
||||||
3. xxxx
|
- 同时内置了丰富了数据展示组件,让开发变得更加容易
|
||||||
|
|
||||||
#### 参与贡献
|
## 支持环境
|
||||||
|
|
||||||
1. Fork 本仓库
|
现代浏览器及 IE11。
|
||||||
2. 新建 Feat_xxx 分支
|
|
||||||
3. 提交代码
|
|
||||||
4. 新建 Pull Request
|
|
||||||
|
|
||||||
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
|
||||||
|
| --------- | --------- | --------- | --------- | --------- |
|
||||||
|
| IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions
|
||||||
|
|
||||||
#### 码云特技
|
## 用户权益
|
||||||
|
* 允许免费用于学习、毕设、公司项目、私活等。
|
||||||
|
* 代码文件需保留相关license信息。
|
||||||
|
|
||||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
## 禁止事项
|
||||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
* 直接将本项目挂淘宝等商业平台出售。
|
||||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
* 业务代码50%以上相似度的二次开源,二次开源需先联系作者。
|
||||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
|
||||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
注意:若禁止条款被发现有权追讨19999的授权费。
|
||||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
|
## 如何启动
|
||||||
|
```
|
||||||
|
$ git clone https://gitee.com/smallc/Saber.git
|
||||||
|
$ cd Saber
|
||||||
|
# 安装
|
||||||
|
$ yarn install
|
||||||
|
# 启动
|
||||||
|
$ yarn run serve
|
||||||
|
```
|
||||||
|
|
||||||
|
# 界面
|
||||||
|
## Saber界面一览
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-user.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-role.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-dict.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-dict-select.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-log.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/saber-code.png"/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
## 监控界面一览
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-k8s1.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-k8s2.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-grafana.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-harbor.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-traefik.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-traefik-health.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-nacos.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-sentinel.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-admin1.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-admin2.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-swagger1.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-swagger2.png"/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
## Sword界面一览
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-main.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-menu.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-menu-edit.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-menu-icon.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-role.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-user.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-dict.png "/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-log.png"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-locale-cn.png"/></td>
|
||||||
|
<td><img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/sword-locale-us.png"/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
|
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/1.5.3/index.css">
|
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/1.5.3/index.css">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>Avuex 通用管理 系统快速开发框架</title>
|
<title>Saber企业级开发平台</title>
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
* 全局配置文件
|
* 全局配置文件
|
||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
title: "sword",
|
title: "saber",
|
||||||
logo: "S",
|
logo: "S",
|
||||||
key: 'sword',//配置主键,目前用于存储
|
key: 'saber',//配置主键,目前用于存储
|
||||||
indexTitle: 'Saber Admin',
|
indexTitle: 'Saber Admin',
|
||||||
lockPage: '/lock',
|
lockPage: '/lock',
|
||||||
tokenTime: 6000,
|
tokenTime: 6000,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
tip: '提示',
|
tip: '提示',
|
||||||
title: 'Avue 通用管理 系统快速开发框架',
|
title: 'Saber企业级开发平台',
|
||||||
logoutTip: '退出系统, 是否继续?',
|
logoutTip: '退出系统, 是否继续?',
|
||||||
submitText: '确定',
|
submitText: '确定',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
@ -49,7 +49,7 @@ export default {
|
|||||||
},
|
},
|
||||||
route: {
|
route: {
|
||||||
info: '个人信息',
|
info: '个人信息',
|
||||||
website: '官网',
|
website: 'bladex官网',
|
||||||
avuexwebsite: 'avuex官网',
|
avuexwebsite: 'avuex官网',
|
||||||
dashboard: '首页',
|
dashboard: '首页',
|
||||||
tags: '标签',
|
tags: '标签',
|
||||||
|
@ -9,7 +9,7 @@ const top = [{
|
|||||||
parentId: 0
|
parentId: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "官网",
|
label: "bladex官网",
|
||||||
icon: 'el-icon-document',
|
icon: 'el-icon-document',
|
||||||
meta: {
|
meta: {
|
||||||
i18n: 'website',
|
i18n: 'website',
|
||||||
|
@ -28,7 +28,7 @@ RouterPlugin.install = function (vue, router, store, i18n) {
|
|||||||
// 设置标题
|
// 设置标题
|
||||||
setTitle: (title) => {
|
setTitle: (title) => {
|
||||||
const defaultTitle = this.$vue.$t('title');
|
const defaultTitle = this.$vue.$t('title');
|
||||||
title = title ? `${title}——${defaultTitle}` : defaultTitle;
|
title = title ? `${title}-${defaultTitle}` : defaultTitle;
|
||||||
document.title = title;
|
document.title = title;
|
||||||
},
|
},
|
||||||
closeTag: (value) => {
|
closeTag: (value) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user