I can use @iconify/vue to use iconify in a Vue3 project.
Is it the best way or does it still need optimization?
How can I make it into an import with a small size?
I can use @iconify/vue to use iconify in a Vue3 project.
Is it the best way or does it still need optimization?
How can I make it into an import with a small size?
This is by far the best approach right now: https://github.com/antfu/unplugin-icons
Simple, you make the configuration once, you have full customization and flexibility.
Here is a more in depth answer of mine (regarding Nuxt): https://stackoverflow.com/a/72055404/8816585