An open API service indexing awesome lists of open source software.

https://github.com/battcn/wemirr-platform-ui


https://github.com/battcn/wemirr-platform-ui

Last synced: about 2 months ago
JSON representation

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 进行开发(已废弃/不建议使用)~~ |