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

https://github.com/cloudinary-devs/cld-vue-sdk-docs-examples

Vue examples for the Cloudinary Vue SDK docs.
https://github.com/cloudinary-devs/cld-vue-sdk-docs-examples

Last synced: 16 days ago
JSON representation

Vue examples for the Cloudinary Vue SDK docs.

Awesome Lists containing this project

README

          

# cld-vue-sdk-docs-examples
Vue examples for the Cloudinary Vue SDK docs.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```