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
362 B
印包客 H5
oss 上传
- 配置
oss.config.json
{
"buildDir": "unpackage/dist/build/h5", // 需要上传的目录
"bucket": "print-package-app", // 所上传的bucket
"ignoreFiles": [] // 忽略删除的文件,填写全路径
}
- 文件上传
上传到测试 oss:
npm run push:test上传到正式 oss:npm run push:prod