# web2.0 **Repository Path**: jin-yi-wei/web2.0 ## Basic Information - **Project Name**: web2.0 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-11 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #web2.0 ## 打包指令 ### 正式服打包指令 ``` npm run build -- --mode production ``` ### 演示服打包指令 ``` npm run build -- --mode staging ``` ### 测试服打包指令 ``` npm run build -- --mode testing ```