# AutoTestProjects **Repository Path**: ss234478/AutoTestProjects ## Basic Information - **Project Name**: AutoTestProjects - **Description**: 使用renrenfast开发一个自动化测试平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-07-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 需要安装部署mysql/mongo/kafka 安装过程中,可能会出现安装过慢、报错等情况,请尝试以下2种方式: 一: # 克隆项目 git clone https://github.com/daxiongYang/renren-fast-vue.git # 安装依赖 # 1 npm install -g cnpm --registry=https://registry.npm.taobao.org # 2 cnpm install 二: # 启动服务 npm run dev # 克隆项目 git clone https://github.com/daxiongYang/renren-fast-vue.git # 安装依赖 npm install # 启动服务 npm run dev Linux上使用npm初始化node_modules时可能会失败 加上--unsafe-perm=true --allow-root即可 npm install --registry=https://registry.npm.taobao.org --unsafe-perm=true --allow-root https://www.jianshu.com/p/6c67a456654b