暫無描述

孟令鑫 3626a714d1 commit 1 年之前
public 62136b4c41 三维裁剪展示 1 年之前
src 3626a714d1 commit 1 年之前
tests 84a440b0cb first commit 3 年之前
.env 61348c0f72 校验token 3 年之前
.env.dev 2ceca0f8a7 场景库管理+单个场景列表优化 2 年之前
.eslintrc.js 84a440b0cb first commit 3 年之前
.gitignore e63ee72969 env 3 年之前
README.md f3a7b5182d commit 1 年之前
babel.config.js 84a440b0cb first commit 3 年之前
cypress.json 84a440b0cb first commit 3 年之前
package-lock.json f3a7b5182d commit 1 年之前
package.json 62136b4c41 三维裁剪展示 1 年之前
vue.config.js 7a23c5385f 优化 2 年之前

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.