You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: