Sin descripción

LingxinMeng ac8aee3657 commit hace 1 año
public 62136b4c41 三维裁剪展示 hace 1 año
src ac8aee3657 commit hace 1 año
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
babel.config.js 84a440b0cb first commit hace 3 años
cypress.json 84a440b0cb first commit hace 3 años
package-lock.json a810d487c7 commit hace 1 año
package.json 62136b4c41 三维裁剪展示 hace 1 año
readme.md e623e3eff0 commit hace 1 año
vue.config.js a810d487c7 commit hace 1 año

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