# im **Repository Path**: wanxmm/im ## Basic Information - **Project Name**: im - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-10-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开思小马后台 ### 脚本 ``` npm install --production && bower install --allow-root # 安装依赖,开发环境去掉 --production npm run migration # 更新开发环境数据库 npm run migration-test # 更新测试环境数据库 npm run migration-prod # 更新正式环境数据库 npm start # 启动开发环境 npm run deploy-prod # 部署正式环境 npm run deploy-test # 部署测试环境 npm run upload-docs # 更新并上传文档 ```