An open API service indexing awesome lists of open source software.

https://github.com/evseevdev/vue-uploadcare

Vue component for the Uploadcare widget.
https://github.com/evseevdev/vue-uploadcare

uploadcare vue vuejs vuejs2

Last synced: 12 months ago
JSON representation

Vue component for the Uploadcare widget.

Awesome Lists containing this project

README

          

# Vue-uploadcare
Vue component for the Uploadcare widget.

# Requirements
- Vue.js `^2.3.0`

# Installation

## npm

```shell
$ npm install vue-uploadcare
```

# Usage
```html



import VueUploadcare from 'vue-uploadcare';

export default {
data() {
return {
photoUrl: ''
}
},
components: { VueUploadcare }
}