Nessuna descrizione

linchengzhe 7cd16e3d34 fix:修复基准场景表格抖动问题 & 场景报告图表提示 1 anno fa
public 98cd8d9e2d fix:修复模版html资源引用路径 1 anno fa
src 7cd16e3d34 fix:修复基准场景表格抖动问题 & 场景报告图表提示 1 anno fa
tests 84a440b0cb first commit 3 anni fa
.env 61348c0f72 校验token 3 anni fa
.env.dev 2ceca0f8a7 场景库管理+单个场景列表优化 2 anni fa
.eslintrc.js 84a440b0cb first commit 3 anni fa
.gitignore e63ee72969 env 3 anni fa
babel.config.js 84a440b0cb first commit 3 anni fa
cypress.json 84a440b0cb first commit 3 anni fa
package-lock.json 8ca774bbb2 feat:添加标准化报告 1 anno fa
package.json 8ca774bbb2 feat:添加标准化报告 1 anno fa
readme.md e623e3eff0 commit 1 anno fa
vue.config.js 7e240a67bb Merge branch 'feature/feature-gl' into dev 1 anno fa
yarn.lock 1c37d18c37 feat:多模式仿真接口地址修改 1 anno fa

readme.md

simulation-front

启动过程

1. 安装 node 16.x(例如16.20.1)
2. npm config get registry
3. npm config set registry https://registry.npmmirror.com
4. 删除 package-lock.json
5. 在 package-lock.json 里确定 three版本为 0.141.0,否则无法安装依赖
6. 安装依赖:npm install
7. 安装指定版本的 three 替换:npm i three@0.124.0

本地启动

npm run serve

打包dist

npm run build