|
|
il y a 1 an | |
|---|---|---|
| public | il y a 2 ans | |
| src | il y a 1 an | |
| tests | il y a 3 ans | |
| .env | il y a 3 ans | |
| .env.dev | il y a 3 ans | |
| .eslintrc.js | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| README.md | il y a 2 ans | |
| babel.config.js | il y a 3 ans | |
| cypress.json | il y a 3 ans | |
| package-lock.json | il y a 2 ans | |
| package.json | il y a 2 ans | |
| vue.config.js | il y a 2 ans |
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