uni-helper / create-uni

🛠️快速创建uni-app项目
https://uni-helper.js.org/create-uni
MIT License
65 stars 6 forks source link

建议引入uv-ui组件库 #59

Closed xushulang closed 4 weeks ago

xushulang commented 4 weeks ago

对问题的清晰和简明的描述

uv-ui是一个非常不错的组件库https://github.com/climblee/uv-ui

推荐的解决方案

https://github.com/climblee/uv-ui

替代方案

No response

额外上下文

No response

检查

FliPPeDround commented 4 weeks ago

感谢你的反馈 目前uv-ui并没有提供支持vite-plugin-uni-components的自动引入, 使用uni的easycom自动引入,在volar下不能提供友好的类型支持

目前来说如果要支持uv-ui 需要先实现vite-plugin-uni-components的resolver,再使用create-uni引入 当然这不是阻碍,只是需要一点点时间 如果你有兴趣,期待你的pr

FliPPeDround commented 4 weeks ago

已在https://github.com/uni-helper/create-uni/commit/26e07909800459caf65312a0eecdf3ce56a6ab3e 支持

可以使用最新1.5.1版本查看 image