1.0.5 • Published 7 years ago

upload-nuxt-hook v1.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

upload-nuxt-hook

npm i -D upload-nuxt-hook

使用

npm install upload-nuxt-hook

在nuxt.config.js中配置

const UploadPlugin = require('upload-nuxt-hook')
async 'generate:done'() {
     await new UploadPlugin({
       root: './dist',
       filterExts: ['.gif', '.js' , '.mp4', '.html', '.css', '.json', '.jpeg', '.png', '.svg', '.ttf', '.eot', '.jpg', '.ico'],
       delayTime: 3000,
       accessId: '',
       secretKey: '',
       endpoint: '',
       port: ,
       bucket: ''
     }).execute()
    }
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago