Skip to content

conglin/teprunner-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teprunner-frontend

视频教程:https://space.bilibili.com/396344573/channel/series

下载源码

方式①:

git clone git@github.com:dongfanger/teprunner-frontend.git

方式②:下载zip压缩包后解压。

image-20210821103333142

安装依赖包

在项目目录打开cmd,执行命令:

rm ./yarn.lock
pyenv global 2.7.18/envs/py2

rm -rf ./node_modules

CXXFLAGS="--std=c++17" yarn install

启动服务

等待依赖包安装完成后,启动前端服务:

npm run serve

访问系统

打开浏览器,输入localhost:8080

image2

用户名admin,密码qa123456。此时还无法登陆,需要部署后端服务

Releases

No releases published

Packages

 
 
 

Languages

  • Vue 70.4%
  • CSS 17.2%
  • JavaScript 9.0%
  • SCSS 2.7%
  • HTML 0.4%
  • Shell 0.2%
  • Dockerfile 0.1%