# AgriSRM-Platform-frontend **Repository Path**: Charlie_can/AgriSRM-Platform-frontend ## Basic Information - **Project Name**: AgriSRM-Platform-frontend - **Description**: 聚农慧采购销一体化平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-21 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AgriSRM-Platform-frontend 聚农慧采购销一体化平台 ## 系统依赖 Node v22.14+ NPM V10+ ## 项目初始化 使用 npm 初始化Node_modules ```sh npm install ``` ### 启动开发页面 ```sh npm dev ``` ### 编译部署项目 ```sh npm build ```