# se-aitool **Repository Path**: Cmr7/se-aitool ## Basic Information - **Project Name**: se-aitool - **Description**: react+typescript+umi+AntDesignPro - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-25 - **Last Updated**: 2024-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 可见工具管理后台 ## 环境依赖安装 Install `node_modules`: ```bash npm install || cnpm install || yarn install ``` ### 运行项目 ```bash npm start ``` ### 打包项目 ```bash npm run build ``` ## 目录结构 ├── config # umi 配置,包含路由,构建等配置 ├── mock # 本地模拟数据 ├── public │ └── favicon.png # Favicon ├── src │ ├── assets # 本地静态资源 │ ├── components # 业务通用组件 │ ├── layouts # 通用布局 │ ├── models # 全局 dva model │ ├── pages # 业务页面入口和常用模板 │ ├── services # 后台接口服务 │ ├── utils # 工具库 │ ├── locales # 国际化资源 │ ├── global.less # 全局样式 │ └── global.ts # 全局 JS ├── README.md └── package.json ### More 官网文档 [antd pro](https://pro.ant.design). [github](https://github.com/ant-design/ant-design-pro).