Skip to content

Commit d5fd5eb

Browse files
authored
Merge pull request #52 from cloudinary/update-readme
Update readme
2 parents fafa8c0 + ac42deb commit d5fd5eb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ This is a BETA version. Things are still due to changes.
1818

1919
### Installation
2020

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+
![Set up with cloudName and options](http://bit.ly/2WSKTf0)
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)
38+
2139
#### Install the library with npm
2240

2341
Install the package in your project with

0 commit comments

Comments
 (0)