vue3
Here are 223 public repositories matching this topic...
Vue Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, MIT license. Join us as contributor (contributors@vuestorefront.io). Check out our new blog: https://blog.vuestorefront.io/ and the new community initiative for improving Headless Security standards https://headless-security.org/vsf-best-practices.html
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 28, 2020 - Vue
-
Updated
Aug 28, 2020 - Vue
-
Updated
Aug 25, 2020 - JavaScript
Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
-
Updated
Aug 28, 2020 - TypeScript
基于 Vue3.0 Composition Api 快速构建实战项目
-
Updated
Dec 26, 2019 - Vue
-
Updated
Aug 12, 2020
Vue 3 Playground packed with all the new features
-
Updated
Aug 8, 2020 - Vue
-
Updated
Jul 29, 2020 - Vue
editor.js for Vue users
-
Updated
Jun 9, 2020 - JavaScript
Hey nice project! I've seen this done in React a few times but it's nice to see something smaller.
I just had a question about the meaning of "vanilla" in the keywords - did you mean able to run alongside any other frameworks? It might to worth clarifying to people that it is embedding a Vue app into their app though. Since the bundle is +300kb and 10000 lines of code where 9700ish are Vue.js.
基于vue3+koa2+qiankun2的微前端后台管理系统项目实战
-
Updated
Jul 31, 2020 - JavaScript
Vue 3 library starter in TS with lint, auto release, changelog and tests
-
Updated
Aug 7, 2020 - JavaScript
vue3.0 + typescript + element-ui + 后台系统
-
Updated
Mar 24, 2020 - Vue
-
Updated
Jul 21, 2020 - TypeScript
Switch to using Tweenjs for tweening, since GSAP has odd licensing
-
Updated
Jul 31, 2020 - Vue
Improve this page
Add a description, image, and links to the vue3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vue3 topic, visit your repo's landing page and select "manage topics."


问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?