🚀 feat: vue-admin-better

This commit is contained in:
good luck 2021-12-24 12:42:12 +08:00
parent ab520372d9
commit 466afdb337
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
[简体中文](./README.md) | English
<div align="center"><img width="200" src="https://gitee.com/chu1204505056/image/raw/master/logo/vab.svg"/>
<h1> vue-admin-beautiful-proelement-ui </h1>
<h1> vue-admin-betterelement-ui </h1>
<p>The flying snow all over the sky is a flying note, playing out expectations with blessings. May the epidemic dissipate as soon as possible, may you no longer have regrets next year, may you be warm in winter, may you not be cold in spring, and may you have lights in the dark and an umbrella in the rain.
</p>
</div>
@ -54,7 +54,7 @@
- [Admin Pro](https://gitee.com/chu1204505056/microsoft-store/raw/master/AdminPlus.zip)
- [Admin Plus](https://gitee.com/chu1204505056/microsoft-store/raw/master/AdminPlus.zip)
## 🌱 Vue3.x vue3.0-antdv [Click switch branch](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/vue3.0-antdv)
## 🌱 Vue3.x vue3.0-antdv [Click switch branch](https://github.com/chuzhixin/vue-admin-better/tree/vue3.0-antdv)
```bash
git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-beautiful.git
@ -62,7 +62,7 @@ npm i
npm run serve
```
## 🌱 Vue2.xmain [Click switch branch](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/master)
## 🌱 Vue2.xmain [Click switch branch](https://github.com/chuzhixin/vue-admin-better/tree/master)
```bash
git clone -b master https://github.com/chuzhixin/vue-admin-beautiful.git

View File

@ -1,7 +1,7 @@
简体中文 | [English](./README.en.md)
<div align="center"><img width="200" src="https://gitee.com/chu1204505056/image/raw/master/logo/vab.svg"/>
<h1> vue-admin-beautiful-proelement-ui </h1>
<h1> vue-admin-betterelement-ui </h1>
<!-- <p>漫天的飞雪,是飞舞的音符,用祝福奏出期盼,愿疫情早日消散,愿明年的你不再有遗憾,愿你三冬暖,愿你春不寒,愿你天黑有灯,下雨有伞。
</p> -->
<p>冬已至,春不远!众志成城,攻坚克难!愿长安,长长安!西安加油!</p>
@ -76,7 +76,7 @@
</tr>
</table>
## 🌱 vue3.x vue3.0-antdv 分支ant-design-vue[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/vue3.0-antdv)
## 🌱 vue3.x vue3.0-antdv 分支ant-design-vue[点击切换分支](https://github.com/chuzhixin/vue-admin-better/tree/vue3.0-antdv)
```bash
# 克隆项目
@ -87,7 +87,7 @@ npm i
npm run serve
```
## 🌱vue2.x master 分支element-ui[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/master)
## 🌱vue2.x master 分支element-ui[点击切换分支](https://github.com/chuzhixin/vue-admin-better/tree/master)
```bash
# 克隆项目

View File

@ -229,7 +229,7 @@ const data = [
},
{
content:
'开源版品牌名升级为vue-admin-beautiful-pro付费版vue2.x品牌升级为Admin Pro付费版vue3.x品牌名升级为Admin Plus',
'开源版品牌名升级为vue-admin-better付费版vue2.x品牌升级为Admin Pro付费版vue3.x品牌名升级为Admin Plus',
timestamp: '最近更新',
},
]

View File

@ -13,7 +13,7 @@ const setting = {
//
transpileDependencies: [],
//
title: 'vue-admin-beautiful-pro',
title: 'vue-admin-better',
//
abbreviation: 'vab',
//

View File

@ -9,7 +9,7 @@
<footer v-show="footerCopyright" class="footer-copyright">
Copyright
<vab-icon :icon="['fas', 'copyright']"></vab-icon>
vue-admin-beautiful-pro 开源免费版 {{ fullYear }}
vue-admin-better 开源免费版 {{ fullYear }}
</footer>
</div>
</template>