modules icon indicating copy to clipboard operation
modules copied to clipboard

Add nuxt magpie & nuxt-image-extractor

Open Triloworld opened this issue 4 years ago • 0 comments

Two library to get image download from external source (same solution, different approach, something like <nuxt-img>:

Build module for Nuxt.js to download remote images and include them as local files in the generated build when performing full static generation.

https://github.com/emiliobondioli/nuxt-magpie


It parses each generated page, downloads its images from your CMS API, stores them in a folder inside /dist and finally replace the HTML sources with the local paths. This module is based on this gist from emiliobondioli.

https://github.com/d1urno/nuxt-image-extractor

Triloworld avatar May 22 '21 09:05 Triloworld