# test-platform-front **Repository Path**: hahaa1111/test-platform-front ## Basic Information - **Project Name**: test-platform-front - **Description**: 自动化测试平台,目前已实现接口与自动化、UI自动化 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2022-08-08 - **Last Updated**: 2022-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 vue-admin-template 开发测试平台前端 ## [体验demo](http://139.196.100.202/#/login) , 账号:tester、密码:123456 ## [去后端](https://gitee.com/Xiang-Qian-Zou/test-platform-api) ## 步骤 ```bash # 1.安装node14.x(一定要控制在14.x,版本太高会出一系列幺蛾子),确保在 cmd 下 node -v 能出现版本号 # 2.克隆并进入项目目录 # 3.安装依赖 npm install --registry=https://registry.npm.taobao.org # 4.启动服务 npm run dev # 5.打包部署到生产 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 ### 博客地址:https://www.cnblogs.com/zhongyehai/