Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cloudinary/vue-cli-plugin-cloudinary

Plugin of Cloudinary Vue SDK for Vue CLI
https://github.com/cloudinary/vue-cli-plugin-cloudinary

cloudinary cloudinary-api cloudinary-plugin vue-cli-3 vue-cli-plugin vuejs

Last synced: 4 months ago
JSON representation

Plugin of Cloudinary Vue SDK for Vue CLI

Lists

README

        

# 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
```

3. Navigate to your created project folder

```bash
cd
```

4. Add Cloudinary SDK for Vue

```bash
vue add cloudinary
```

5. Set up your cloudName and pick the components to use (or use all 😃)

![Set up with cloudName and options](http://bit.ly/2WSKTf0)

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