How to use Cloudinary with your Vue App

from blog ttntm.me - Blog, | ↗ original
My Vue app needed user uploaded images; storing Base64 encoded images inside FaunaDB was my first idea, but that proved both slow and resource heavy (which is probably why Fauna’s docs advise against doing that…). Taking into consideration that a recipe app’s images will hardly ever change, an image CDN seemed more appropriate. I had already...