build.sh 296 B

12345678910
  1. # npm install -g npm@8.12.1
  2. #npm install -g cnpm -registry=https://registry.npm.taobao.org
  3. ## cnpm install @vue/cli-service -g
  4. rm -rf node_modules
  5. rm -rf package-lock.json
  6. npm install -g cnpm -registry=https://registry.npm.taobao.org
  7. cnpm install @vue/cli-service -g
  8. cnpm i
  9. cnpm run build