nuxt / nuxt/modules

Add nuxt magpie & nuxt-image-extractor

Open
#154 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.1k
Forks
354
Avg merge
10h 18m
Merged PRs (30d)
12

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names nuxt-magpie and nuxt-image-extractor as reference implementations; start by reviewing both approaches and the Nuxt modules repository conventions. Define the module's behavior during full static generation, including downloading external images, storing them in dist, and replacing generated HTML paths; the issue names no files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
nuxtjs
Domain
tooling, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.