# ssp-ui **Repository Path**: drivenum/ssp-ui ## Basic Information - **Project Name**: ssp-ui - **Description**: 媒体端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssp-ui ## 安装依赖 ``` npm install ``` ## 生产环境 (production) ``` npm run build ``` ## 测试环境 (test) ``` npm run test ``` ## 本地开发环境 (development) ``` npm run dev 或 npm run serve ```