# RuoYi-AntDesignPro
**Repository Path**: ivanchenph/RuoYi-AntDesignPro
## Basic Information
- **Project Name**: RuoYi-AntDesignPro
- **Description**: 针对教育及科研机构IT系统开发的适配若依后台的前端项目,采用了基于React的Ant Design UI,并运用了Ant Design Pro框架进行构建。此项目旨在为教育及科研机构提供一系列高效、便捷的解决方案,其中包括后期重点开发的大型仪器共享系统、体育馆预约系统以及微信公众号管理系统等,以满足机构内多元化的IT系统需求。
- **Primary Language**: Unknown
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: http://blog.fivedoc.club
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2024-09-05
- **Last Updated**: 2024-09-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## FiveDoc平台简介
RuoYi-AntDesignPro v1.0.0
基于SpringBoot+Ant Design前后端分离的Java快速开发框架
本项目主要基于以下开源项目改造,感谢:
- 1.https://www.ruoyi.vip
- 2.https://github.com/hebian1994/ruoyi-react-single
- 3.https://github.com/ant-design/ant-design
- 4.https://github.com/ant-design/ant-design-pro
- 5.https://antv.antgroup.com
- 6.https://umijs.org
- 7.https://fullcalendar.io
基于`ruoyi`和`Ant Design Pro`实现的快速开发工具。修正原项目中的bug
- **前端:基于`ant-design-pro`**
- **后端:单体`springboot`项目+`mysql`+`redis`**
- **功能:生成前端`react`代码+后端`springboot`代码**
## RuoYi-Ant Design Pro
本项目基于前端 [Ant Design Pro](https://pro.ant.design)构建. 下面是启动指南和使用方式.
## 环境准备
Install `node_modules`:
```bash
npm install
```
or
```bash
yarn
```
## Provided Scripts
下面是Ant Design Pro提供的一些有用的程序脚本.
主要脚本在`package.json`文件中.
### 启动项目
```bash
npm start
```
### 构建打包项目
```bash
npm run build
```
### 检查代码
```bash
npm run lint
```
### 测试代码
```bash
npm test
```
## 演示效果
[demo.fivedoc.club](https://demo.fivedoc.club).