vue-cli-plugin-cloudinary
Version:
Vue CLI 3.0 plugin for installing Cloudinary sdk for Vue apps
47 lines (28 loc) • 1.32 kB
Markdown
# Vue CLI 3.0 Plugin for Cloudinary Vue SDK
> Vue CLI 3.0 plugin for installing Cloudinary sdk for Vue apps
## 🛠️ Installing
**Ignore step 1,2 if you already have vue-cli 3.0 installed and created a project using vue-cli 3.0**
1. Install [Vue-CLI 3](https://github.com/vuejs/vue-cli)
2. Create Vue project with Vue-CLI by
```bash
vue create <your-app-name>
```
3. Navigate to your created project folder
```bash
cd <your-app-name>
```
4. Add Cloudinary SDK for Vue
```bash
vue add cloudinary
```
5. Set up your cloudName and pick the components to use (or use all 😃)

6. 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! 🤟
If you meet any issue, [report it](https://github.com/cloudinary/vue-cli-plugin-cloudinary/issues)
## 🚀 Usage
See [official Cloudinary documentation](https://cloudinary.com/documentation/vue_integration) for Vue Integration to get started on using our awesome components.
## 💬 Community
[Join us](https://www.facebook.com/groups/CloudinaryCommunity) to be involved in latest plans, features and more!
## 🗒️ License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) Cloudinary