1.0.8 • Published 7 years ago

fis3-deploy-qiniu v1.0.8

Weekly downloads
2
License
BSD
Repository
github
Last release
7 years ago

fis3 静态资源七牛 部署插件

FIS 部署七牛云存储插件,提供静态资源部署能力,CDN加速。

安装

全局安装或者本地安装都可以。

npm install fis3-deploy-qiniu or npm install fis3-deploy-qiniu -g

使用方法

也可以使用统一的 deploy 插件配置方法

fis.match('*.js', {
    deploy: fis.plugin('qiniu', {
        accessKey: '',  //Your qiniu Access Key
        secretKey: '',  //Your qiniu Secret Key
        bucket: 'my-test-bucket'
    })
})
1.0.8

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago