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
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld-vue-plugins
- Owner: cloudinary-devs
- Created: 2022-10-31T09:16:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T13:01:10.000Z (about 1 year ago)
- Last Synced: 2025-03-20T17:54:05.412Z (about 1 year ago)
- Language: Vue
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```