nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

[ nuxt-icon module ] How to prefetch my icons? #99

Open phantodev opened 10 months ago

phantodev commented 10 months ago

Hello guys... i need to prefetch my icons in my application.

There are a way to do this? I can't find anything about this in documentation.

Thans guys!

Atinux commented 10 months ago

I am thinking to support this by leveraging a unplugin plugin in order to know all the icons used in the Vue code to preload them.

Any help is welcome

Please find a small example on how to do it: https://stackblitz.com/edit/github-d95vfk?file=modules%2Fsafelister%2Funplugin.ts

misbahansori commented 7 months ago

It would be nice to have a configuration for the icon collection so that we can prefetch the icon collections we've specified.