An open API service indexing awesome lists of open source software.

https://github.com/netlify/example-nuxt-image


https://github.com/netlify/example-nuxt-image

Last synced: 4 months ago
JSON representation

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