Sen descrición

linchengzhe d81c523282 feat:需求迭代 hai 2 meses
public 98cd8d9e2d fix:修复模版html资源引用路径 hai 1 ano
src d81c523282 feat:需求迭代 hai 2 meses
tests 84a440b0cb first commit %!s(int64=3) %!d(string=hai) anos
.env 61348c0f72 校验token %!s(int64=3) %!d(string=hai) anos
.env.dev 2ceca0f8a7 场景库管理+单个场景列表优化 %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 84a440b0cb first commit %!s(int64=3) %!d(string=hai) anos
.gitignore e63ee72969 env %!s(int64=3) %!d(string=hai) anos
Dockerfile 218e5cacd5 feat:dockerfile文件 hai 2 meses
babel.config.js 84a440b0cb first commit %!s(int64=3) %!d(string=hai) anos
cypress.json 84a440b0cb first commit %!s(int64=3) %!d(string=hai) anos
package-lock.json 8ca774bbb2 feat:添加标准化报告 hai 1 ano
package.json 8ca774bbb2 feat:添加标准化报告 hai 1 ano
readme.md 2bb24efb2a commit hai 7 meses
vue.config.js 7a7e1cb687 feat:需求迭代 hai 2 meses
yarn.lock 1c37d18c37 feat:多模式仿真接口地址修改 hai 1 ano

readme.md

simulation-front

注意事项

  • 不要提交 package-lock.json 和 yarn.lock

启动过程

1. 安装 node 16.x(例如16.20.1)
2. npm config get registry
3. npm config set registry https://registry.npmmirror.com
4. 安装依赖:npm install

本地启动

npm run serve

打包dist

npm run build