Commit 080234a1 by chuzhixin

变更默认分支

parent 41aefec5
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
- [umyui 文档(开发者准备的基于 Vue 2.0 的桌面端组件库; 流畅渲染表格万级数据)](http://www.umyui.com/) - [umyui 文档(开发者准备的基于 Vue 2.0 的桌面端组件库; 流畅渲染表格万级数据)](http://www.umyui.com/)
## 🌱vue2.x master 分支(element-ui)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful/tree/master) ## 🌱 vue3.x vue3.0-antdv 分支(ant-design-vue)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv)
```bash ```bash
# 克隆项目 # 克隆项目
git clone https://github.com/chuzhixin/vue-admin-beautiful.git git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-beautiful.git
# 进入项目目录 # 进入项目目录
cd vue-admin-beautiful cd vue-admin-beautiful
# 安装依赖 # 安装依赖
...@@ -41,11 +41,11 @@ npm i ...@@ -41,11 +41,11 @@ npm i
npm run serve npm run serve
``` ```
## 🌱 vue3.x vue3.0-antdv 分支(ant-design-vue)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv) ## 🌱vue2.x master 分支(element-ui)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful/tree/master)
```bash ```bash
# 克隆项目 # 克隆项目
git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-beautiful.git git clone -b master https://github.com/chuzhixin/vue-admin-beautiful.git
# 进入项目目录 # 进入项目目录
cd vue-admin-beautiful cd vue-admin-beautiful
# 安装依赖 # 安装依赖
......
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