|
1 year ago | |
---|---|---|
public | 1 year ago | |
src | 1 year ago | |
tests | 3 years ago | |
.env | 3 years ago | |
.env.dev | 2 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 1 year ago | |
babel.config.js | 3 years ago | |
cypress.json | 3 years ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
vue.config.js | 2 years ago |
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
npm run build
npm run test:unit
npm run test:e2e
npm run lint