2022-04-01 09:07:38 +00:00
|
|
|
# 基于Vue3.0+TS+Element-plus实现后台管理系统
|
2022-03-22 07:52:01 +00:00
|
|
|
|
2022-04-01 09:07:38 +00:00
|
|
|
## 安装项目
|
2022-03-22 07:52:01 +00:00
|
|
|
```
|
2022-04-01 09:07:38 +00:00
|
|
|
# 克隆项目
|
|
|
|
|
git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-better.git
|
|
|
|
|
# 安装依赖
|
2022-03-22 07:52:01 +00:00
|
|
|
yarn install
|
2022-04-01 09:07:38 +00:00
|
|
|
# 本地开发 启动项目
|
2022-03-22 07:52:01 +00:00
|
|
|
yarn serve
|
|
|
|
|
```
|
|
|
|
|
|
2022-04-01 09:07:38 +00:00
|
|
|
|
|
|
|
|
|
2022-03-24 04:17:27 +00:00
|
|
|
### 打包
|
2022-03-22 07:52:01 +00:00
|
|
|
```
|
|
|
|
|
yarn build
|
|
|
|
|
```
|
|
|
|
|
|