Skip to content

cloudinary/vue-cli-plugin-cloudinary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue CLI 3.0 Plugin for Cloudinary Vue SDK

Vue CLI 3.0 plugin for installing Cloudinary sdk for Vue apps

πŸ› οΈ Installing

Ignore step 1,2 if you already have vue-cli 3.0 installed and created a project using vue-cli 3.0

  1. Install Vue-CLI 3
  2. Create Vue project with Vue-CLI by
vue create <your-app-name>
  1. Navigate to your created project folder
cd <your-app-name>
  1. Add Cloudinary SDK for Vue
vue add cloudinary
  1. Set up your cloudName and pick the components to use (or use all πŸ˜ƒ)

Set up with cloudName and options

  1. A cloudinary.js file will be added to your src directory, same level with your main.js file. Feel free to customize it if you like. And have fun with Cloudinary! 🀟

If you meet any issue, report it

πŸš€ Usage

See official Cloudinary documentation for Vue Integration to get started on using our awesome components.

πŸ’¬ Community

Join us to be involved in latest plans, features and more!

πŸ—’οΈ License

MIT

Copyright (c) Cloudinary