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.
- Host: GitHub
- URL: https://github.com/lelouchb/vue-image-upload
- Owner: lelouchB
- License: mit
- Created: 2021-05-30T11:29:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T11:50:46.000Z (about 5 years ago)
- Last Synced: 2024-10-12T08:15:05.329Z (over 1 year ago)
- Topics: cloudinary, cloudinary-api, upload-images, vue, vue3
- Language: Vue
- Homepage:
- Size: 260 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vue-image-upload

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/).