视频教程:https://space.bilibili.com/396344573/channel/series
方式①:
git clone git@github.com:dongfanger/teprunner-frontend.git
方式②:下载zip压缩包后解压。
在项目目录打开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
:
用户名admin
,密码qa123456
。此时还无法登陆,需要部署后端服务。