Skip to content

Commit

Permalink
update: 更新arco版本,更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Mar 29, 2023
1 parent 54c41d3 commit 6405fb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
</p>

## 简介
`MineAdmin Vue` 是一个开源免费专门适配于 `MineAdmin` 后台权限管理系统的前端中后台模板,使用了 `vue3`, `vite3`, `pinia`, `arco design`, `javascript` 等主流开发技术,未使用`Typescript`,我们选择了简单。
`MineAdmin Vue` 是一个开源免费专门适配于 `MineAdmin` 后台权限管理系统的前端中后台模板,使用了 `vue3`, `vite4`, `pinia`, `arco design`, `javascript` 等主流开发技术,未使用`Typescript`,我们选择了简单。

在使用 MineAdmin Vue 前请认真阅读[《免责声明》](https://doc.mineadmin.com/guide/start/declaration.html)并同意该声明。

## 特性

- 最新技术栈:vue3, vite3, pinia
- 最新技术栈:vue3, vite4, pinia
- UI库:arco design
- 国际化:完善的多语言解决方案
- 权限:由于适配 `MineAdmin` 系统,内置完善的权限、动/静态路由解决方案
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineadmin-vue",
"version": "1.2.3",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"dev": "vite serve --mode development",
Expand All @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.44.2",
"@arco-design/web-vue": "^2.44.3",
"@arco-themes/vue-mine-admin-v2": "^0.0.2",
"@tinymce/tinymce-vue": "^5.0.0",
"autoprefixer": "^10.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
dependencies:
color "^3.1.3"

"@arco-design/web-vue@^2.44.2":
version "2.44.2"
resolved "https://registry.npmmirror.com/@arco-design/web-vue/-/web-vue-2.44.2.tgz#f85a9bd711a370903c8ce75d5cd6d2c16c9ba58a"
integrity sha512-QWVlUcEq5KhVLSb/egH74AbGzzX8Py/Nysk05wb6qj2CJFKO592hKeF4kHARmHxEhgIqiMZbYf3/iPjg/PuGDg==
"@arco-design/web-vue@^2.44.3":
version "2.44.5"
resolved "https://registry.yarnpkg.com/@arco-design/web-vue/-/web-vue-2.44.5.tgz#ba151ef1e65b0b62df106f141ece7f7451857878"
integrity sha512-aJp5/DTz9N4puYnMqxdjUXYRPBYSdJ4F8DF3ZOz2u+hQyD1ZGCFee0hnKvgrySXwNJi6xIk1dEE0ticPCqNOcQ==
dependencies:
"@arco-design/color" "^0.4.0"
b-tween "^0.3.3"
Expand Down

0 comments on commit 6405fb6

Please sign in to comment.