1.8.1 • Published 5 years ago

zkt-oss v1.8.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

zkt-oss

直客通阿里云文件管理器

用法

<template>
  <oss :clientConfig="clientConfig"></oss>
</template>
<script type="text/javascript">
  import oss from 'zkt-oss'
  export default {
    components: {
      OSS
    },
    data () {
      return {
        clientConfig: {
          accessKeyId: 'xxx',
          accessKeySecret: 'xxx'
        }
      }
    }
  }
</script>

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# 发布
npm version <major|minor|patch>

For detailed explanation on how things work, consult the docs for vue-loader.

1.8.1

5 years ago

1.8.0

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago