# Ranch-admin **Repository Path**: zhao-jingtao-l/ranch-admin ## Basic Information - **Project Name**: Ranch-admin - **Description**: 基于umi4Max的牧场管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: umi4MAX, TypeScript, React, Pnpm, ahook ## README # 牧场管理系统开放平台 This project is initialized with [Ant Design Pro](https://pro.ant.design). Follow is the quick guide for how to use. ## 新增路由 路由文件在 /config/routers 文件夹里面,打开后可以看到,里面有私有路由(routers.private.ts)公有路由(routers.public.ts) 安装 `node_modules`: > 这个项目支持使用pnpm进行依赖安装了 ```bash pnpm i ``` or ```bash yarn ``` ### Start project ```bash npm start ``` ### Build project ```bash npm run build ``` ### Check code style ```bash npm run lint ``` You can also use script to auto fix some lint error: ```bash npm run lint:fix ``` ### Test code ```bash npm test ```