# aibutler-frontend **Repository Path**: menffy/aibutler-frontend ## Basic Information - **Project Name**: aibutler-frontend - **Description**: AI生产管理平台前端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目启动 ```bash 1.在当前文件夹目录启动终端 执行 npm run build ``` 2.执行完第一步之后 在 apps=>frontend 执行 npm run start ``` 在 apps=>frontend 执行 npm run build ``` ## 项目环境区分 在 apps=>frontend=>src=>api=>config文件下配置环境地址 ```bash npm run build 打包测试环境包 npm run build:prod 打包正式环境包 npm run start 运行测试环境包 npm run start:prod 运行正式环境包 ```