2.7.3 • Published 1 month ago

@nuxtjs/cloudinary v2.7.3

Weekly downloads
548
License
MIT
Repository
github
Last release
1 month ago

@nuxtjs/cloudinary

@nuxtjs/cloudinary

npm version npm downloads Github Actions CI Codecov License

Cloudinary integration with for Nuxt

This is a module for version 3.X of Nuxt. If you are looking for Nuxt 2.X support check out the following branch and the legacy documentation here

Features

  • Nuxt 3 ready
  • Useful CldImage, CldOgImage & CldVideoPlayer components
  • Handy useCldImageUrl composable
  • Automatically optimize images and deliver in modern formats
  • Remove backgrounds from images
  • Dynamically add image and text overlays to images

📖  Read more

Quick Setup

  1. Add @nuxtjs/cloudinary dependency to your project
yarn add @nuxtjs/cloudinary 
npm install @nuxtjs/cloudinary
  1. Add @nuxtjs/cloudinary to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nuxtjs/cloudinary'],
})

See module options for more configuration options.

  1. Create .env file with following CLOUDINARY_CLOUD_NAME variable:
CLOUDINARY_CLOUD_NAME=<YOUR_CLOUDINARY_CLOUD_NAME>

And that's it! You can now use Cloudinary in Nuxt ✨

<template>
  <CldImage
    src="cld-sample-5"
    width="987"
    height="987"
    alt="My Awesome Image"
  />
</template>

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

2.7.3

1 month ago

2.7.0

1 month ago

2.7.2

1 month ago

2.7.1

1 month ago

2.6.0

2 months ago

2.5.2

4 months ago

2.5.0

5 months ago

2.5.1

5 months ago

2.3.0

9 months ago

2.1.2

10 months ago

2.2.0

9 months ago

2.1.1

10 months ago

2.4.1

6 months ago

2.3.2

9 months ago

2.1.4

10 months ago

2.4.0

6 months ago

2.3.1

9 months ago

2.1.3

10 months ago

2.4.3

6 months ago

2.3.4

8 months ago

2.4.2

6 months ago

2.3.3

8 months ago

2.1.5

10 months ago

2.1.0

10 months ago

2.0.0

10 months ago

2.0.0-rc.4

10 months ago

2.0.0-rc.2

11 months ago

2.0.0-rc.3

11 months ago

2.0.0-rc.1

11 months ago

1.0.3

3 years ago

1.0.3-beta-4

3 years ago

1.0.3-beta-3

3 years ago

1.0.3-beta-2

3 years ago

1.0.3-beta-1

3 years ago

1.0.3-beta

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.8

4 years ago

0.0.0

4 years ago