1.0.5 • Published 6 years ago

upload-nuxt-hook v1.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago