Aucune description

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

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.