From 134c332f1fd42dab5e86a9a42eac7a8ac7c610ea Mon Sep 17 00:00:00 2001 From: lyt <1105290566@qq.com> Date: Thu, 15 Apr 2021 13:47:44 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.04.15:=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=88=E3=80=81=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5=E7=AD=89?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 ++++ README.md | 110 ++++++++---------- public/favicon.ico | Bin 1150 -> 1150 bytes public/index.html | 13 ++- src/App.vue | 6 +- src/api/menu/index.js | 6 +- src/views/error/401.vue | 2 +- src/views/error/404.vue | 2 +- src/views/home/mock.js | 8 +- src/views/layout/logo/index.vue | 6 +- .../layout/navBars/breadcrumb/setings.vue | 6 +- src/views/layout/navBars/breadcrumb/user.vue | 8 +- 12 files changed, 106 insertions(+), 82 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6f6a7ea --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 lyt-Top + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 1e3c330..7a1bbdb 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@
vue-admin-wonderful
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -19,49 +19,31 @@ #### 介绍 -###### vue2.x 版本 - -vue-admin-wonderful, -一套为开发者快速开发准备的基于 vue2.x、 -element ui 2.14.1 越看越精彩的后台管理系统一站式平台模板。 -此次发布了 5 个模板:分为 1 个 pro 版本(包含全部基础版本),4 个基础版本。点击左上角设置,预览更多功能。 -可选择相对应的模板进行预览及下载,希望可以帮你完成快速开发。 - -###### vue3.x 版本 - -基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。 +基于 vue2.x + webpack + element ui,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。 #### 线上预览 -###### vue2.x 版本 - -- pro 版本预览 http://lyt-top.gitee.io/vue-admin-wonderful-preview -- fashion 版本预览 http://lyt-top.gitee.io/vue-admin-wonderful-fashion-preview -- classic 版本预览 http://lyt-top.gitee.io/vue-admin-wonderful-classic-preview -- elegant 版本预览 http://lyt-top.gitee.io/vue-admin-wonderful-elegant-preview -- strange 版本预览 http://lyt-top.gitee.io/vue-admin-wonderful-strange-preview - -###### vue3.x 版本 - -- vue-next-admin 版本预览 https://lyt-top.gitee.io/vue-next-admin-preview/#/login +- vue3.x 版本预览(vue-next-admin) https://lyt-top.gitee.io/vue-next-admin-preview/#/login +- vue2.x 版本预览(vue-prev-admin)https://lyt-top.gitee.io/vue-prev-admin-preview/#/login #### 代码仓库 - vue3.x 版本 https://gitee.com/lyt-top/vue-next-admin -- vue2.x 版本 https://gitee.com/lyt-top/vue-admin-wonderful +- vue2.x 版本 https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin -#### 安装 cnpm +#### 安装 cnpm、yarn - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` +- 复制代码(桌面 cmd 运行) `npm install -g yarn` -#### 使用说明(vue3.x 版本) +#### 使用说明 ```bash # 克隆项目 git clone https://gitee.com/lyt-top/vue-next-admin.git # 进入项目 -cd vue-admin-wonderful-next +cd vue-next-admin # 安装依赖 cnpm install @@ -73,50 +55,58 @@ cnpm run dev cnpm run build ``` -#### 使用说明(vue2.x 版本) +#### git 命令 -```bash -# 克隆项目 -git clone https://gitee.com/lyt-top/vue-admin-wonderful.git +- 在本地新建一个分支:`git branch newBranch` +- 切换到你的新分支:`git checkout newBranch` +- 将新分支发布在 github、gitee 上:`git push origin newBranch` +- 在本地删除一个分支:`git branch -d newBranch` +- 在 github 远程端删除一个分支:`git push origin :newBranch (分支名前的冒号代表删除)` +- 注意删除远程分支后,如果有对应的本地分支,本地分支并不会同步删除! -# 进入项目 -cd vue-admin-wonderful +#### 学习交流加 QQ 群 -# 安装依赖 -cnpm install - -# 运行项目 -cnpm run serve - -# 打包发布 -cnpm run build -``` - -#### 加 qq 群学习交流 - -- 加群下载基础模板、查看开发文档。 +- 查看开发文档、vue-next-admin 开发文档正在编写中... - 群号码:665452019 -
+
#### 鸣谢列表
- vue
+- vue-next
- element-ui
-- axios
+- element-plus
+- vue-router-nex
+- vuex
+- echarts
- vue-element-admin
+- axios
+- clipboard
+- countUp
+- mitt
+- nprogress
+- screenfull
+- sortablejs
+- sass
+- typescript
+- vite
+- wangeditor
+- cropperjs
+- @antv/g6
+- qrcodejs
+- print-js
+- vue-web-screen-shot
#### 特别感谢
特别感谢群里老哥的建议、指导与帮忙,谢谢!
-- @省长
-- @唐参
+- @省长
+- @唐参
- @川歌
#### 其他事项
-- vue3.x vue-next-admin 版本,基于 vue3.x + CompositionAPI + typescript + vite + element plus。
-- vue2.x vue-admin-wonderful 版本,基于 vue2.x + element ui。
- 喜欢用就帮忙 gitee star 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢!
diff --git a/public/favicon.ico b/public/favicon.ico
index 9da231b8cb0c3bc39446ecbf047c38156dbea883..68e506ef988070247cacef8fced4d9d28727238e 100644
GIT binary patch
literal 1150
zcmah|ZD>