modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `nuxt-lazyload-files`

Open Ribeiro-Tiago opened this issue 11 months ago • 0 comments

Description

Module to allow lazy loading of asset files (css, js, etc) instead of being loaded on first load.

Configurable, in terms of what files to load, and rules to load them

At the moment only supports style files (css, less, scss/sass, stylus) and only has screen width related rules (i.e.: only load if screen width < x or screen width > y)

documentation available via docus

Repository

https://github.com/Ribeiro-Tiago/nuxt-lazyload-files

npm

https://www.npmjs.com/package/nuxt-lazyload-files

Nuxt Compatibility

Nuxt 3

Ribeiro-Tiago avatar Mar 27 '25 19:03 Ribeiro-Tiago