You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,16 @@ This is a BETA version. Things are still due to changes.
22
22
23
23
### Install with Vue-CLI
24
24
25
-
After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by:
25
+
1.After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by:
26
26
27
27
```bash
28
28
vue add cloudinary
29
29
```
30
+
31
+
2. Set up your cloudName and pick the components to use (or use all 😃)
32
+
33
+

34
+
30
35
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! 🤟
31
36
32
37
More information on the plugin, check out [our Vue-CLI plugin for Cloudinary Repo](https://github.com/cloudinary/vue-cli-plugin-cloudinary)
0 commit comments