davestewart / nuxt-content-assets

Enable locally-located assets in Nuxt Content
https://npmjs.com/package/nuxt-content-assets
108 stars 7 forks source link

Support dynamic content via API. #43

Open shareable-vision opened 11 months ago

shareable-vision commented 11 months ago

Background

Ideally what I want is for the application to build once and dynamically serve content changes.

Proposal

Content-Assets provides all assets via the /public folder, which is prepared at build time, if I understand correctly. Additionally a dynamic development mode and an optional, dynamic production mode could be supported by serving assets via an Nitro API.

I am willing to roll up my sleeves and experiment and will get back with you soon.