Skip to content

teamnovu/nuxt-cloudinary-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt-Cloudinary-Image

Installation

// yarn
yarn add @teamnovu/nuxt-cloudinary-image

// npm
npm i @teamnovu/nuxt-cloudinary-image

Setup

{
  modules: [
    '@teamnovu/nuxt-cloudinary-image',
  ],

  cloudinaryImage: {
    cloudinaryBaseUrl: 'https://res.cloudinary.com/<your-cloud-name>/image/upload/'
  }
}

Usage

<CloudinaryImage src="/src.jpg"></CloudinaryImage>

Documentation

This is a wrapper library. Please check out the full documentation here: @teamnovu/vue-cloudinary-image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published