bluepower / vui-taro-poc

VUI is able to run in cross-platform solutions by Taro - (vue3+taro3).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vui-taro

VUI (based on vue3) is able to run in cross-platform solutions by Taro3.

  • miniprogram (weapp/swan/alipay/tt/qq/jd) - zh-CN project
  • quickapp - zh-CN project
  • h5
  • react native

Convert VUI from vui-vc-next to vui-taro

Keep the js and css in SFC, only minor change in the template.

  • change tag in template

    • div => view
    • img => image
    • p => text
  • change event in template

    • @click => @tap

<style scoped> is not supported in miniprogram by Taro.

License

MIT License

About

VUI is able to run in cross-platform solutions by Taro - (vue3+taro3).

License:MIT License


Languages

Language:SCSS 46.8%Language:Vue 42.9%Language:JavaScript 7.8%Language:HTML 2.5%