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

https://github.com/cloudinary-devs/cld-vue-plugins

Vue app to demonstrate the Cloudinary Vue plugins for the AdvancedImage component
https://github.com/cloudinary-devs/cld-vue-plugins

Last synced: 16 days ago
JSON representation

Vue app to demonstrate the Cloudinary Vue plugins for the AdvancedImage component

Awesome Lists containing this project

README

          

# cld-vue-plugins
Vue.js app to demonstrate the Cloudinary Vue.js plugins for the AdvancedImage component

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```