请问有没有与vue能完美融合的web-components框架呀 #8275
Unanswered
yanyunwu
asked this question in
Help/Questions
Replies: 2 comments 1 reply
-
see https://github.com/lit/lit and https://github.com/yyx990803/vue-lit
愿闻其详 |
Beta Was this translation helpful? Give feedback.
1 reply
-
我自己用 Svelte 開發 Web Components 位址:https://github.com/Shyam-Chen/Component-Starter (裡面也包含用 Lit 開發,但後續都是用 Svelte 寫) 開發好的 Web Components 使用範例在 https://github.com/Shyam-Chen/Component-Starter/tree/main/examples (包含 Angular、React、Svelte、Vue) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
vue自带的web-components的性能不太好,但是别的一些web-components框架对于复杂的对象属性无法做到深度监听
What does the proposed API look like?
希望能有一个与vue能完美融合的web-components框架
Beta Was this translation helpful? Give feedback.
All reactions