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.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld-vue-sdk-docs-examples
- Owner: cloudinary-devs
- Created: 2022-10-21T09:26:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T09:37:35.000Z (over 2 years ago)
- Last Synced: 2025-01-25T16:32:08.857Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```