https://github.com/battcn/wemirr-platform-ui
https://github.com/battcn/wemirr-platform-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/battcn/wemirr-platform-ui
- Owner: battcn
- License: mit
- Created: 2021-08-06T01:53:06.000Z (almost 4 years ago)
- Default Branch: v3-dev
- Last Pushed: 2025-01-16T06:58:53.000Z (5 months ago)
- Last Synced: 2025-04-11T22:52:11.906Z (about 2 months ago)
- Language: TypeScript
- Size: 28 MB
- Stars: 24
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 安装使用
- 获取项目代码
```bash
git clone https://gitee.com/battcn/wemirr-platform-ui.git
```- 安装依赖
```bash
cd wemirr-platform-ui
# 如果没有 pnpm 请先安装 pnpm
# npm install -g pnpm
pnpm install```
- 运行
```bash
# 如果您已运行了配套后端, 那么请注释掉
# vite.config.ts target: "https://cloud.battcn.com/api" 将地址改成 http://localhost:9000
pnpm run dev:antd
```- 代码提交
``` bash
git add .
# 可以参考下面文件,提交格式
# wemirr-platform-ui/internal/lint-configs/commitlint-config/index.mjs
git commit -m '提交内容'
# 如果未过 eslint 可以通过下面命令进行修复
npx eslint --fix
```- 打包
```bash
pnpm build
```## 版本管理
**项目代码全部开源,非阉割版,有`Spring Cloud` 工作经验的 无需付费协助一样可以玩转项目**
| 版本 | 描述 |
|--------|----------------------------------------------------------------------------|
| v3-dev | 基于 Vue3.x 与 Vben5.x 版本进行开发(强烈推荐,因为作者后期重心在它) |
| v2-dev | 基于 Vue3.x 与 Vben2.x 版本进行开发(~~Vben2.x 官方已停止更新~~)配套 WP 后端 v2-dev / v2-master) |
| v1-dev | ~~基于 Vue2.x 与 D2admin 进行开发(已废弃/不建议使用)~~ |