cloudinary
Cloudinary Module for Nuxt
File Explorer
Download Latest Version (.zip)- bug-report.md
- config.yml
- feature-request.md
- question.md
- ci.yml
- PULL_REQUEST_TEMPLATE.md
- .gitignore
- app.vue
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- ColoredVideoPlayer.vue
- ImageWithCrop.vue
- ImageWithEffects.vue
- ImageWithExtract.vue
- ImageWithOverlays.vue
- ImageWithRecolor.vue
- ImageWithReplace.vue
- MediaLibrary.vue
- ProductGallery.vue
- UploadButton.vue
- UploadWidget.vue
- VideoPlayerWithChapters.vue
- VideoPlayerWithEvents.vue
- Logo.vue
- 1.usage.md
- 2.configuration.md
- 3.examples.md
- CldMediaLibrary.md
- CldOgImage.md
- CldProductGallery.md
- CldUploadButton.md
- CldUploadWidget.md
- CldVideoPlayer.md
- 1.useCldImageUrl.md
- 2.useCldVideoUrl.md
- 1.getting-started.md
- code.md
- index.yml
- default.vue
- docs.vue
- [...slug].vue
- index.vue
- playground.vue
- cover.jpg
- favicon.ico
- search.json.get.ts
- .env.example
- .gitignore
- .npmrc
- app.config.ts
- app.vue
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- renovate.json
- tailwind.config.ts
- tsconfig.json
- .env.example
- app.vue
- nuxt.config.ts
- package.json
- CldImage.vue
- CldMediaLibrary.vue
- CldOgImage.vue
- CldProductGallery.vue
- CldUploadButton.vue
- CldUploadWidget.vue
- CldVideoPlayer.vue
- useCldImageUrl.ts
- useCldVideoUrl.ts
- triggerOnIdle.ts
- module.ts
- app.vue
- nuxt.config.ts
- package.json
- basic.test.ts
- .editorconfig
- .gitignore
- .npmrc
- .nuxtrc
- CHANGELOG.md
- eslint.config.js
- LICENSE.md
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/nuxt-modules/cloudinary
Downloads the entire project code from GitHub to your computer.
cd cloudinary
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add @nuxtjs/cloudinary
Type this command into your terminal and run it.
npm install @nuxtjs/cloudinary
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
