# teprunner-frontend **Repository Path**: dongfanger/teprunner-frontend ## Basic Information - **Project Name**: teprunner-frontend - **Description**: 接口自动化测试平台 Vue前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 4 - **Created**: 2021-12-26 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # teprunner-frontend 视频教程:https://space.bilibili.com/396344573/channel/series ## 下载源码 方式①: ``` git clone git@github.com:dongfanger/teprunner-frontend.git ``` 方式②:下载zip压缩包后解压。 ![image-20210821103333142](README/image-20210821103333142.png) ## 安装依赖包 在项目目录打开cmd,执行命令: ``` npm install ``` ## 启动服务 等待依赖包安装完成后,启动前端服务: ``` npm run serve ``` ## 访问系统 打开浏览器,输入`localhost:8080`: ![image2](README/image-20210306090248863.png) 用户名`admin`,密码`qa123456`。此时还无法登陆,需要部署[后端服务]()。