From 164703afdc7b4cd7e3449c079750ca8346aeb8f5 Mon Sep 17 00:00:00 2001 From: Maya Shavin Date: Thu, 7 Nov 2019 10:04:05 +0200 Subject: [PATCH 1/2] update Readme with vue cli plugin --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cff8588..ccc375f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,19 @@ This is a BETA version. Things are still due to changes. ### Installation +**🎉We now support installing via Vue CLI 3.0** + +### Install with Vue-CLI + +After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by: + +```bash +vue add cloudinary +``` +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! 🤟 + +More information on the plugin, check out [our Vue-CLI plugin for Cloudinary Repo](https://github.com/cloudinary/vue-cli-plugin-cloudinary) + #### Install the library with npm Install the package in your project with From ac42deb3d694b020bb8085bb7b4b1b9545f2f52e Mon Sep 17 00:00:00 2001 From: Maya Shavin Date: Thu, 7 Nov 2019 10:06:33 +0200 Subject: [PATCH 2/2] update vue-cli plugin --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc375f..2c0e3cf 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,16 @@ This is a BETA version. Things are still due to changes. ### Install with Vue-CLI -After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by: +1. After create your application with Vue-CLI, navigate to the created app folder, and install Cloudinary SDK by: ```bash vue add cloudinary ``` + +2. Set up your cloudName and pick the components to use (or use all 😃) + +![Set up with cloudName and options](http://bit.ly/2WSKTf0) + 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! 🤟 More information on the plugin, check out [our Vue-CLI plugin for Cloudinary Repo](https://github.com/cloudinary/vue-cli-plugin-cloudinary)