# zs_admin_ui **Repository Path**: dropsea/zs_admin_ui ## Basic Information - **Project Name**: zs_admin_ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-27 - **Last Updated**: 2025-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端运行 ```bash # 安装依赖 npm install --registry=https://registry.npmmirror.com npm install marked --save --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 构建生产环境 npm run build:prod # 前端访问地址 http://localhost:80 ```