Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.11 KB

vue-camera

Run demo

Settings

In order to use the demo you need to create a free Cloudinary Account and an unsigned upload preset.

Reference Cloudinary Upload API App

See code and demo

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.