https://github.com/cloudinary-devs/vue-camera-training
a training app that uses the device camera, uploads to Cloudinary and renders a gallery using Product Gallery Widget
https://github.com/cloudinary-devs/vue-camera-training
Last synced: 9 months ago
JSON representation
a training app that uses the device camera, uploads to Cloudinary and renders a gallery using Product Gallery Widget
- Host: GitHub
- URL: https://github.com/cloudinary-devs/vue-camera-training
- Owner: cloudinary-devs
- License: other
- Created: 2020-01-21T22:17:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:40:50.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T09:07:26.567Z (10 months ago)
- Language: Vue
- Homepage: https://cloudinary-devs.github.io/vue-camera-training/index.html#/
- Size: 5.96 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-camera
Run [demo](https://cloudinary-devs.github.io/vue-camera-training/index.html#/)
## Settings
In order to use the demo you need to create a [free Cloudinary Account](https://cloudinary.com/users/register/free) and an [unsigned upload preset](https://cloudinary.com/documentation/upload_images#upload_presets).
### Reference Cloudinary Upload API App
See [code](https://github.com/cloudinary-devs/training-vuejs) and [demo](https://cloudinary-devs.github.io/training-vuejs/index.html)
### APIs used
This is a vue.js application that uses
* webRTC API to gather image data from a device's camer
* the Cloudinary Upload API to upload image data to Cloudinary
* the Cloudinary Product Gallery wrapped in a Vue.js view
## 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
This app is configured to build into the docs directory so it can be served by github.io. See [Configuration Reference](https://cli.vuejs.org/config/).