【前端】印包客H5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

362 B

印包客 H5

oss 上传

  1. 配置oss.config.json
{
  "buildDir": "unpackage/dist/build/h5", // 需要上传的目录
  "bucket": "print-package-app", // 所上传的bucket
  "ignoreFiles": [] // 忽略删除的文件,填写全路径
}
  1. 文件上传 上传到测试 oss:npm run push:test 上传到正式 oss:npm run push:prod