# ecp-manager-ui **Repository Path**: qinlu20/ecp-manager-ui ## Basic Information - **Project Name**: ecp-manager-ui - **Description**: 管理后台前台 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 管理后台前端 ## 1 命令 ``` # 安装包 > npm install # 本地启动 > npm run dev # 发布打包 > npm run build ``` ## 2 部署 ### 2.1 打包 * 执行打包命令,在根目录下生产`dist` ### 2.2 发布 * 服务器:134.175.10.211 * 目录:/data/ecp-manager-ui * 把整个`dist`目录覆盖过去