中泽后台管理前端
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 b8b0f47d04 修复富文本相关问题 2 ay önce
config 修改bug及增加模块 2 ay önce
mock 初始化项目 4 ay önce
public 中泽0102 4 ay önce
src 修复富文本相关问题 2 ay önce
tests 初始化项目 4 ay önce
types 初始化项目 4 ay önce
.editorconfig 初始化项目 4 ay önce
.eslintignore 初始化项目 4 ay önce
.eslintrc.js 初始化项目 4 ay önce
.gitignore 初始化项目 4 ay önce
.prettierignore 初始化项目 4 ay önce
.prettierrc.js 初始化项目 4 ay önce
CODE_OF_CONDUCT.md 初始化项目 4 ay önce
LICENSE 初始化项目 4 ay önce
README.md 初始化项目 4 ay önce
cc 初始化项目 4 ay önce
jest.config.ts 初始化项目 4 ay önce
jsconfig.json 初始化项目 4 ay önce
package.json 初始化项目 4 ay önce
tsconfig.json 初始化项目 4 ay önce

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