Add nuxt magpie & nuxt-image-extractor
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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