中泽后台管理前端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
liqi cec8159161 1227提交 10 个月前
config 1227提交 10 个月前
mock 初始化项目 10 个月前
public 初始化项目 10 个月前
src 1227提交 10 个月前
tests 初始化项目 10 个月前
types 初始化项目 10 个月前
.editorconfig 初始化项目 10 个月前
.eslintignore 初始化项目 10 个月前
.eslintrc.js 初始化项目 10 个月前
.gitignore 初始化项目 10 个月前
.prettierignore 初始化项目 10 个月前
.prettierrc.js 初始化项目 10 个月前
CODE_OF_CONDUCT.md 初始化项目 10 个月前
LICENSE 初始化项目 10 个月前
README.md 初始化项目 10 个月前
cc 初始化项目 10 个月前
jest.config.ts 初始化项目 10 个月前
jsconfig.json 初始化项目 10 个月前
package.json 初始化项目 10 个月前
tsconfig.json 初始化项目 10 个月前

README.md

zhongze-admin

中泽官网后台项目

目录结构

.
├── README.md
├── config // 配置文件
│   ├── config //umi配置文件
│   ├── myConfig //个人自定义项目配置文件
│   ├── defaultSettings //antd全局样式设置
│   ├── oneapi.json
│   ├── proxy //dev环境下代理配置
│   ├── routes //默认路由配置
├── mock //mock数据
├── public 
├── build //最终发布目录
├── src //开发目录
│   ├── components //公共组件
│   ├── enums //公共的全局前端枚举;
│   ├── hooks //公共的自定义hook;
│   ├── locales //多语言-本地化;
│   ├── models //dva-全局状态管理;
│   ├── pages //页面目录
│   │   ├─System // 系统管理
│   │   └─Monitor // 系统监控
│   ├── services
│   │   └─session // 路由配置
│   ├── types
│   ├── utils //工具类
│   └── app //入口页面
├── tests
└── types

启动项目

yarn

npm install
npm start

打包项目

npm run build

框架引用

whiteshader / ruoyi-react

注意事项

Node:18以上

相关技术文档

TypeScript

https://www.tslang.cn/docs/home.html

React Js

https://react.docschina.org/docs/getting-started.html

Ant Design

https://ant.design/components/overview-cn/

Ant Design Pro

https://pro.ant.design/zh-CN/docs/overview

Ant Design Chart

https://charts.ant.design/zh

Umi Js

https://umijs.org/docs/introduce/introduce