中泽后台管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suomingxiang 6aee2035c1 富文本修改 4 miesięcy temu
config 修改bug及增加模块 8 miesięcy temu
mock 初始化项目 11 miesięcy temu
public 中泽0102 10 miesięcy temu
src 富文本修改 4 miesięcy temu
tests 初始化项目 11 miesięcy temu
types 初始化项目 11 miesięcy temu
.editorconfig 初始化项目 11 miesięcy temu
.eslintignore 初始化项目 11 miesięcy temu
.eslintrc.js 初始化项目 11 miesięcy temu
.gitignore 初始化项目 11 miesięcy temu
.prettierignore 初始化项目 11 miesięcy temu
.prettierrc.js 初始化项目 11 miesięcy temu
CODE_OF_CONDUCT.md 初始化项目 11 miesięcy temu
LICENSE 初始化项目 11 miesięcy temu
README.md 初始化项目 11 miesięcy temu
cc 初始化项目 11 miesięcy temu
jest.config.ts 初始化项目 11 miesięcy temu
jsconfig.json 初始化项目 11 miesięcy temu
package.json 初始化项目 11 miesięcy temu
tsconfig.json 初始化项目 11 miesięcy temu

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