Demonstrating how Nuxt Image seamlessly utilizes Netlify Image CDN in production and in local development
Read the explanation on developers.netlify.com
# Install dependencies
npm install
# Run local dev serve with access to Netlify Image CDN
npm i -g netlify-cli
ntl dev
- Code sourced from: https://github.com/nuxt/image/tree/main/example
- More information at: https://image.nuxt.com/get-started/installation