|
пре 1 година | |
---|---|---|
public | пре 1 година | |
src | пре 1 година | |
tests | пре 3 година | |
.env | пре 3 година | |
.env.dev | пре 2 година | |
.eslintrc.js | пре 3 година | |
.gitignore | пре 3 година | |
README.md | пре 1 година | |
babel.config.js | пре 3 година | |
cypress.json | пре 3 година | |
package-lock.json | пре 1 година | |
package.json | пре 1 година | |
vue.config.js | пре 2 година |
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