0.0.1-alpha • Published 7 months ago

aliyun-gcs-h5-sdk v0.0.1-alpha

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 months ago

GCS H5 SDK

开发

git clone [你的git仓库]
cd [你的本地目录]
tnpm i
tnpm start

代理测试

代理 demo 页里面的 sdk js 静态资源:

{
  "proxy": [
    // 代理 GCS_SDK
    [
      "https://(.*)g.alicdn.com/aliyun-ecs/gcs-js-sdk/(.*)/index.js",
      "https://localhost:8888/index.js"
    ],

    // 代理 RGC_SDK
    [
      "https://(.*)g.alicdn.com/aliyun-ecs/gcs-js-sdk/(.*)/utils/",
      "https://localhost:8888/utils/"
    ],
  ],
} 

开发资料