element-plus / element-plus-icons

Main package for storing Element Plus icon resources.
MIT License
138 stars 100 forks source link

在vite中怎么配合unplugin-icons做按需加载?或者是推荐哪个按需加载方式 #22

Closed qc-z closed 2 years ago

qc-z commented 2 years ago

unplugin-icons

sxzz commented 2 years ago

icon 的最佳实践还在探索中... 相信在近期就能给出一个解决方案

TLovers commented 2 years ago

@sxzz 在iconify 上看到有element-plus的图标集合 但在模版里面写 components.d.ts 下面没有自动引入组件 是这个原因吗

sxzz commented 2 years ago

icon 并不会被自动导入。

sxzz commented 2 years ago

Please refer to Please refer to https://github.com/sxzz/element-plus-best-practices/blob/93be0126da935109ae25cf2f9539991fb4f1d87c/vite.config.ts#L38