# cmd-vue **Repository Path**: shengheyuan/cmd-vue ## Basic Information - **Project Name**: cmd-vue - **Description**: 开源后台 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-07 - **Last Updated**: 2021-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 克隆项目 git clone https://github.com/cq3518/cmd-vue # cmd-admin 启动项目 启动类 Application # mvn clean compile -U 或者 mvn clean package -DskipTests # # 启动服务 启动类 Application ``` ## 发布 ```bash # 构建测试环境 # 构建生产环境 ```