Vue CLI 3.0 plugin for installing Cloudinary sdk for Vue apps
Ignore step 1,2 if you already have vue-cli 3.0 installed and created a project using vue-cli 3.0
- Install Vue-CLI 3
- Create Vue project with Vue-CLI by
vue create <your-app-name>
- Navigate to your created project folder
cd <your-app-name>
- Add Cloudinary SDK for Vue
vue add cloudinary
- Set up your cloudName and pick the components to use (or use all 😃)
- A
cloudinary.js
file will be added to yoursrc
directory, same level with yourmain.js
file. Feel free to customize it if you like. And have fun with Cloudinary! 🤟
If you meet any issue, report it
See official Cloudinary documentation for Vue Integration to get started on using our awesome components.
Join us to be involved in latest plans, features and more!
Copyright (c) Cloudinary