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

https://github.com/lelouchb/vue-image-upload

Demo app to upload images to Cloudinary with Drag N Drop.
https://github.com/lelouchb/vue-image-upload

cloudinary cloudinary-api upload-images vue vue3

Last synced: 11 months ago
JSON representation

Demo app to upload images to Cloudinary with Drag N Drop.

Awesome Lists containing this project

README

          

# vue-image-upload
![Screenshot_2021-05-30 vue-image-upload](https://user-images.githubusercontent.com/45850882/120102689-dbe6e080-c169-11eb-92ba-94c32148eae1.png)
Demo app to upload images to Cloudinary with Drag N Drop.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).