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

https://github.com/cloudinary-devs/cld-vue-sdk-quick-start

Quick start example for the Cloudinary Vue 3 SDK.
https://github.com/cloudinary-devs/cld-vue-sdk-quick-start

Last synced: 2 months ago
JSON representation

Quick start example for the Cloudinary Vue 3 SDK.

Awesome Lists containing this project

README

          

# cld-vue-sdk-quick-start

Quick start example for the [Cloudinary Vue.js SDK docs](https://cloudinary.com/documentation/vue_quick_start).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```