1.0.4 • Published 5 years ago

upyun-upload-webpack-plugin v1.0.4

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

upyun-upload-webpack-plugin

基于又拍云上传的webpack插件
https://github.com/shihao905/upyun-upload-webpack-plugin.git

describe

插件基于anve-upload-upyun开发,单独使用访问:https://github.com/shihao905/upload-upyun.git

install

$ npm install --save upyun-upload-webpack-plugin

use

const UpyunUpload = require('upyun-upload-webpack-plugin');
const path = require('path');

plugins:[
  ...
  new UpyunUpload({
    serviceName: 'testultimavipweb', // 服务名
    operatorName: 'zishu', // 操作员名
    password: 'zishu123', // 密码
    remoteFilePath: '/zishu', // 上传服务器路径
    filePath: path.resolve(__dirname, './dist') // 本地文件夹路径
  })
]

upload the prompt

npm.io

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago