# api-test-front **Repository Path**: ldz_test/api-test-front ## Basic Information - **Project Name**: api-test-front - **Description**: 自动化测试平台前端--暂时只支持接口 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-06-02 - **Last Updated**: 2021-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 vue-admin-template 开发测试平台前端 # 线上预览:http://106.55.164.201/#/login 账号:tester、密码:123456 ## 后端传送门:https://gitee.com/Xiang-Qian-Zou/api-test-api ## 步骤 ```bash # 克隆并进入项目目录 # 安装依赖 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev # 打包 npm run build ``` 浏览器访问 [http://localhost:8023](http://localhost:8023), 账号admin, 密码123456 ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ``` ### QQ交流群:249728408