| 
				
					 | 
			10ヶ月前 | |
|---|---|---|
| config | 10ヶ月前 | |
| mock | 10ヶ月前 | |
| public | 10ヶ月前 | |
| src | 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
├── 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
Node:18以上
https://www.tslang.cn/docs/home.html
https://react.docschina.org/docs/getting-started.html
https://ant.design/components/overview-cn/
https://pro.ant.design/zh-CN/docs/overview