# wemirr-platform-ui **Repository Path**: ArrayEdu/wemirr-platform-ui ## Basic Information - **Project Name**: wemirr-platform-ui - **Description**: 一个业余时间写的开源项目、欢迎使用和提建议、包括低码平台、常见 中台 、SAAS 、 多租户功能、最最少的代码实现功能 Vue、Spring Cloud Alibaba 2.2.4.RELEASE、Spring Cloud Hoxton.SR9、Nacos、Sentinel、 Nepxion、Mybatis-Plus、多租户、灰度、Oauth2.0、Spring Security、Redis、Mysql、MongoDB、 ShardingJdbc、ShardingSphere、 有BUG第一时间修改 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: vben - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 254 - **Created**: 2021-07-12 - **Last Updated**: 2023-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 演示图 ![分配用户](./images/binding_user.png) ![分配权限](./images/binding_res.png) ![黑白名单](./images/blacklist.png) ![限流配置](./images/limit.png) ![菜单管理](./images/menu.png) ![监控管理](./images/monitor.png) ![操作日志](./images/opt_log.png) ![发布消息](./images/publish_message.png) ![用户列表](./images/users.png) ## 文档 [文档地址](https://vvbin.cn/doc-next/) ## 准备 - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境 - [Vite](https://vitejs.dev/) - 熟悉 vite 特性 - [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法 - [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法 - [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法 - [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用 - [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui 基本使用 - [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法 ## 安装使用 - 获取项目代码 ```bash git clone https://gitee.com/battcn/wemirr-platform-ui.git ``` - 安装依赖 ```bash cd wemirr-platform-ui yarn install yarn run lint:eslint ``` - 运行 ```bash yarn serve ``` - 打包 ```bash yarn build ``` ## 更新日志 ``` 当前版本是基于 vben2.8.0 和 antdv3.x 历史版本请切换 vben2.6.2 ```