copleykj / socialize-cloudinary

A Meteor package for integrating a meteor application with Cloudinary image/video managment service
MIT License
11 stars 4 forks source link

implement with meteor + vue 3 #9

Closed u-sour closed 10 months ago

u-sour commented 10 months ago

Hi @copleykj, i'm trying to implement this package with meteor + vue 3 and i can't find any docs or demo example project how to implement it. can you share any docs or demo related this ? thank in advance.

copleykj commented 10 months ago

So at the moment nothing outside the readme exists and for the most part I think it's relatively straight forward to implement.

The url-gen library is frontend agnostic, but the Vue integration may be of interest https://cloudinary.com/documentation/vue_integration

u-sour commented 10 months ago

@copleykj thank you for info.

copleykj commented 10 months ago

You are very welcome.