|
2 ay önce | |
---|---|---|
config | 2 ay önce | |
mock | 4 ay önce | |
public | 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
├── 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