写一些这个插件的原理,v1版本存在的缺陷,以及未来展望。 #197
Replies: 4 comments
-
v1版本存在的缺陷taro react / uni-app vue3 这种动态绑定class变量的情况,由于它把 class 的运算和结果都放入了 另外,不得不提到
// Todo |
Beta Was this translation helpful? Give feedback.
-
未来展望其实不得不承认的是, 为什么? 简单来说,它只有读的能力,读取并提取了大量的字符串片段,满足 而 这种使用上的不同,导致 而 这点差异,也造成了很多 毕竟人家在 // 当然 (我应该提供一个 |
Beta Was this translation helpful? Give feedback.
-
如果有兴趣可以一起来维护 unocss-applet |
Beta Was this translation helpful? Give feedback.
-
很不错的插件,厉害啊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
插件原理
利用
babel
postcss
以及regex
对生成后小程序的wxml
,wxss
, 以及js
进行更改和替换,从而达到兼容tailwindcss
Just in Time
的效果。插件原理掘金link
Beta Was this translation helpful? Give feedback.
All reactions