# sign-ui **Repository Path**: drivenum/sign-ui ## Basic Information - **Project Name**: sign-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**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # signin-ui ## 生产环境 (production) ``` npm run build ``` ## 测试环境 (test) ``` npm run test ``` ## 本地开发环境 (development) ``` npm run dev 或 npm run serve ```