1.0.8 • Published 9 years ago

fis3-deploy-qiniu v1.0.8

Weekly downloads
2
License
BSD
Repository
github
Last release
9 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

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago