chore: 引入 element-plus 依赖 (手动引入)
This commit is contained in:
33
README.md
33
README.md
@@ -10,15 +10,38 @@ business-center-vite 是一个开源免费,含前后端的后台管理模板
|
||||
|
||||
```
|
||||
business-center-vite (主仓库 business-center-vite)
|
||||
├─ frontend ---------- 项目前端源码 (定期同步代码至子仓库: business-center-frontend)
|
||||
├─ frontend ------------------------------- 项目前端源码 (定期同步代码至子仓库: business-center-frontend)
|
||||
│ ├─ library ---------------------------- 业务无关的库依赖文件,例如:自动导入配置等
|
||||
│ │ ├─ build --------------------------
|
||||
│ │ │ └─ unplugin -------------------
|
||||
│ │ │ ├─ auto-imports.d.ts ------
|
||||
│ │ │ └─ components.d.ts --------
|
||||
│ │ └─ ...
|
||||
│ ├─ public ----------------------------- 不参与 build 打包的静态文件目录
|
||||
│ ├─ src
|
||||
│ │ ├─ assets -------------------------
|
||||
│ │ ├─ components ---------------------
|
||||
│ │ ├─ router -------------------------
|
||||
│ │ ├─ stores -------------------------
|
||||
│ │ ├─ types --------------------------
|
||||
│ │ ├─ views --------------------------
|
||||
│ │ ├─ App.vue ------------------------
|
||||
│ │ └─ main.ts ------------------------
|
||||
│ ├─ vite.config.ts ---------------------
|
||||
│ ├─ ...
|
||||
│ └─ README.md ----- 前端自述文件
|
||||
├─ backend ----------- 项目后端源码 (定期同步代码至子仓库: business-center-backend)
|
||||
│ └─ README.md -------------------------- 前端自述文件
|
||||
├─ backend -------------------------------- 项目后端源码 (定期同步代码至子仓库: business-center-backend)
|
||||
│ ├─ ...
|
||||
│ └─ README.md ----- 后端自述文件
|
||||
└─ README.md --------- 自述文件
|
||||
│ └─ README.md -------------------------- 后端自述文件
|
||||
└─ README.md ------------------------------ 自述文件
|
||||
```
|
||||
|
||||
## 项目命名规范
|
||||
|
||||
### frontend 前端
|
||||
|
||||
目录名使用连字符 (例如: `auto-import/`), 组件名使用大驼峰 (例如: `UserCenter.vue`)
|
||||
|
||||
## 贡献
|
||||
|
||||
请在主仓库进行 issue 或 pr 提交,子仓库仅作同步。
|
||||
|
Reference in New Issue
Block a user