https://github.com/netlify/example-nuxt-image
https://github.com/netlify/example-nuxt-image
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/example-nuxt-image
- Owner: netlify
- Created: 2024-04-18T15:04:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:19:16.000Z (about 1 year ago)
- Last Synced: 2025-02-25T13:15:43.848Z (4 months ago)
- Language: Vue
- Size: 3.87 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Image example
Demonstrating how Nuxt Image seamlessly utilizes Netlify Image CDN in production and in local development
Read the explanation on [developers.netlify.com](https://developers.netlify.com/guides/avoiding-lock-in-for-your-image-pipeline-with-nuxt-image-and-netlify-image-cdn/)
## Local development
```bash
# Install dependencies
npm install# Run local dev serve with access to Netlify Image CDN
npm i -g netlify-cli
ntl dev
```## Attribution
- Code sourced from: https://github.com/nuxt/image/tree/main/example
- More information at: https://image.nuxt.com/get-started/installation