{"id":13506576,"url":"https://github.com/nuxt-modules/cloudinary","last_synced_at":"2025-05-15T07:06:26.392Z","repository":{"id":38971955,"uuid":"284923913","full_name":"nuxt-modules/cloudinary","owner":"nuxt-modules","description":"Cloudinary Module for Nuxt","archived":false,"fork":false,"pushed_at":"2024-11-08T07:16:40.000Z","size":4046,"stargazers_count":251,"open_issues_count":8,"forks_count":35,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T12:59:21.673Z","etag":null,"topics":["cloudinary","cloudinary-sdk","hacktoberfest","nuxt","nuxt-cloudinary","nuxt-module","nuxt-modules","nuxtjs","nuxtjs-module","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://cloudinary.nuxtjs.org","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-04T08:37:34.000Z","updated_at":"2025-04-06T19:46:37.000Z","dependencies_parsed_at":"2024-09-13T21:42:40.079Z","dependency_job_id":"b7a69903-f694-41bc-bbea-545f6c1d871c","html_url":"https://github.com/nuxt-modules/cloudinary","commit_stats":{"total_commits":255,"total_committers":25,"mean_commits":10.2,"dds":0.4274509803921569,"last_synced_commit":"81b1dbd9ef918f71fedbbb141bcd90017929ec5a"},"previous_names":["nuxt-modules/cloudinary","mayashavin/nuxt-cloudinary","nuxt-community/cloudinary-module"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fcloudinary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fcloudinary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fcloudinary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fcloudinary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/cloudinary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary","cloudinary-sdk","hacktoberfest","nuxt","nuxt-cloudinary","nuxt-module","nuxt-modules","nuxtjs","nuxtjs-module","vue","vuejs"],"created_at":"2024-08-01T01:00:54.018Z","updated_at":"2025-05-15T07:06:21.383Z","avatar_url":"https://github.com/nuxt-modules.png","language":"Vue","readme":"[![@nuxtjs/cloudinary](./docs/public/cover.jpg)](https://cloudinary.nuxtjs.org)\n\n# @nuxtjs/cloudinary\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\n\u003e [Cloudinary](https://cloudinary.com) integration with for [Nuxt](https://nuxt.com)\n\n- [📖 \u0026nbsp;Documentation](https://cloudinary.nuxtjs.org)\n- [👾 \u0026nbsp;Playground](https://stackblitz.com/github/nuxt-modules/cloudinary?file=.stackblitz%2Fnuxt.config.ts)\n\n\u003e This is a module for version 3.X of Nuxt. If you are looking for Nuxt 2.X support check out the following [branch](https://github.com/nuxt-modules/cloudinary/tree/v1) and the legacy documentation [here](https://v1.cloudinary.nuxtjs.org)\n\n## Features\n\n- Nuxt 3 ready\n- Useful `CldImage`, `CldOgImage` \u0026 `CldVideoPlayer` components\n- Handy `useCldImageUrl` composable\n- Automatically optimize images and deliver in modern formats\n- Remove backgrounds from images\n- Dynamically add image and text overlays to images\n\n[📖 \u0026nbsp;Read more](https://cloudinary.nuxtjs.org)\n\n## Quick Setup\n\n1. Add `@nuxtjs/cloudinary` dependency to your project\n\n```bash\nyarn add @nuxtjs/cloudinary \nnpm install @nuxtjs/cloudinary\n```\n\n2. Add `@nuxtjs/cloudinary` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: ['@nuxtjs/cloudinary'],\n})\n```\n\nSee [module options](https://cloudinary.nuxtjs.org/getting-started/options) for more configuration options.\n\n3. Create .env file with following `CLOUDINARY_CLOUD_NAME` variable:\n\n```bash\nCLOUDINARY_CLOUD_NAME=\u003cYOUR_CLOUDINARY_CLOUD_NAME\u003e\n```\n\nAnd that's it! You can now use Cloudinary in Nuxt ✨\n\n```html\n\u003ctemplate\u003e\n  \u003cCldImage\n    src=\"cld-sample-5\"\n    width=\"987\"\n    height=\"987\"\n    alt=\"My Awesome Image\"\n  /\u003e\n\u003c/template\u003e\n```\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Start development server using `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/cloudinary/latest.svg\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/cloudinary\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/cloudinary.svg\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/cloudinary\n\n[github-actions-ci-src]: https://github.com/nuxt-modules/cloudinary/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/nuxt-modules/cloudinary/actions?query=workflow%3Aci\n\n[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/cloudinary.svg\n[codecov-href]: https://codecov.io/gh/nuxt-modules/cloudinary\n\n[license-src]: https://img.shields.io/npm/l/@nuxtjs/cloudinary.svg\n[license-href]: https://npmjs.com/package/@nuxtjs/cloudinary\n","funding_links":[],"categories":["Uncategorized","Vue"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fcloudinary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fcloudinary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fcloudinary/lists"}