# caipiao-manage **Repository Path**: gisbug/caipiao-manage ## Basic Information - **Project Name**: caipiao-manage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # caipiao-manage 后台管理系统 ## 1. 安装与运行 ### 安装依赖包 ``` npm install ``` ### 本地开发 ``` npm run serve ``` ### 线上打包 ``` npm run build ```