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.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld-vue-sdk-quick-start
- Owner: cloudinary-devs
- Created: 2022-10-20T14:59:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T12:58:10.000Z (about 1 year ago)
- Last Synced: 2025-10-26T09:03:02.571Z (6 months ago)
- Language: Vue
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```