Commit d2928b28 by chuzhixin

🎉🎉🎉 添加vue3.0克隆地址

parent 2f1e44ec
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<img style="border-radius:999px" src="https://avatars3.githubusercontent.com/u/29328241?s=50&u=bb0977b405ccf1a101ce4e18e4fb8d958854ca60&v=4"/> <img style="border-radius:999px" src="https://avatars3.githubusercontent.com/u/29328241?s=50&u=bb0977b405ccf1a101ce4e18e4fb8d958854ca60&v=4"/>
</a> </a>
## 安装 ## 🌱vue2.x master 分支(element-ui)
```bash ```bash
# 克隆项目 # 克隆项目
...@@ -67,16 +67,16 @@ npm i ...@@ -67,16 +67,16 @@ npm i
npm run serve npm run serve
``` ```
## install ## 🌱 vue3.x vue3.0-antdv 分支(ant-design-vue)
```bash ```bash
# Clone project # 克隆项目
git clone https://github.com/chuzhixin/vue-admin-beautiful.git git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-beautiful.git
# Enter project directory # 进入项目目录
cd vue-admin-beautiful cd vue-admin-beautiful
# Installation dependency # 安装依赖
npm i npm i
# Start project # 本地开发 启动项目
npm run serve npm run serve
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment