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.
- Host: GitHub
- URL: https://github.com/evseevdev/vue-uploadcare
- Owner: evseevdev
- License: mit
- Created: 2017-05-26T14:06:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T12:26:38.000Z (over 5 years ago)
- Last Synced: 2025-04-12T10:15:11.713Z (12 months ago)
- Topics: uploadcare, vue, vuejs, vuejs2
- Language: Vue
- Size: 33.2 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }
}