nuxt / icon

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

feat: introduce `clientBundle` option #208

Closed antfu closed 4 months ago

antfu commented 4 months ago

Partially improve https://github.com/nuxt/icon/issues/34#issuecomment-2241267837

This PR adds the capability of bundling icons to the client bundle. It's currently a manual configuration process, and we will explore the possibility of making it more automated.