Sin descripción

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

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