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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,24 @@ This is a BETA version. Things are still due to changes.
18
18
19
19
### Installation
20
20
21
+
**🎉We now support installing via Vue CLI 3.0**
22
+
23
+
### Install with Vue-CLI
24
+
25
+
1. After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by:
26
+
27
+
```bash
28
+
vue add cloudinary
29
+
```
30
+
31
+
2. Set up your cloudName and pick the components to use (or use all 😃)
32
+
33
+

34
+
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! 🤟
36
+
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