Sin descripción

孟令鑫 f3a7b5182d commit hace 1 año
public 62136b4c41 三维裁剪展示 hace 1 año
src f3a7b5182d 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
README.md f3a7b5182d commit hace 1 año
babel.config.js 84a440b0cb first commit hace 3 años
cypress.json 84a440b0cb first commit hace 3 años
package-lock.json f3a7b5182d commit hace 1 año
package.json 62136b4c41 三维裁剪展示 hace 1 año
vue.config.js 7a23c5385f 优化 hace 2 años

README.md

cicv-oa

启动过程

1. 安装 node 16.x
2. npm config get registry
3. npm config set registry https://registry.npm.taobao.org
4. 在 package-lock.json 里修改版本为124,package.json不行
4. npm install / npm i three@0.124.0

本地启动

npm run serve

打包dist

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.