motion
vueuse

motion | vueuse | |
---|---|---|
1 | 93 | |
2,638 | 21,362 | |
0.5% | 0.8% | |
7.9 | 9.6 | |
4 months ago | 1 day ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
motion
-
A Vue 3 plugin for adding Motion One bindings to Vue components
There's also https://github.com/vueuse/motion if you want to take a look!
vueuse
-
Exploring the Vue.js Ecosystem: Tools and Libraries That Make Development Fun
VueUse is packed with handy functions that enhance your Vue components. From managing mouse movements to simplifying form handling, VueUse makes your development toolkit richer. Best of all, thereās literally no cost to adding it to every new application. Itās tree-shakable composables only add to your bundle what you actually use.
-
Svelte 5 is not JavaScript
Here's an example of a Vue composable: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Here is an example of how it's used: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
And the unit tests: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Another one from the same lib: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
Unit test: https://github.com/vueuse/vueuse/blob/main/packages/core/use...
-
How to use an object with v-model in Vue
Extracting this logic into a reusable composable is a great way to streamline the process. But hereās the good news: we donāt even need to do that! The useVModel composable from VueUse handles this for us!
-
Top 10 Vue.js libraries you should be using in 2025
Vue Use is a collection of essential Vue Composition Utilities for Vue 2 and 3. It is a library that provides a set of reusable functions and utilities to help developers build Vue applications more efficiently and effectively.
-
2024 Nuxt3 Annual Ecosystem Summaryš
Document address: VueUse Official Document
- React v19 has been released
-
Donāt reinvent the wheel! Or utility libraries for Vue and React applications
For Vue ā it is, for example, vueuse. (vue utility functions)
-
Ask HN: Learn React or Vue?
My opinion: Vue, specifically the Vue 3 Composition API. Most of your app state should come from computed() values. Bookmark https://vueuse.org and come back to it often. Go through VueUse's source (the docs for each function link to their source): you'll be surprised at how simple most of it is, and it stands as documentation of best practices for using the composition API in general.
- Useful Vue Utils with VueUse
-
Implementing Tailwind CSS Dark Mode Toggle with No Flicker
Now, letās talk about Vue! Once again, weāll use an external library to handle dark mode simply and quickly. In this case, the library is called VueUse, and you can install it using the command npm i @vueuse/core --save.
What are some alternatives?
vue-motion-one - Animation library for Vue 3 based on Motion One.
vitesse - š Opinionated Vite + Vue Starter Template
vuejs-confirm-dialog - Makes simple to create, reuse, promisify and build chains of modal dialogs in Vue.js
vuex - šļø Centralized State Management for Vue.js.
vueuse - Collection of essential Vue Composition Utilities for Vue 2 and 3 [Moved to: https://github.com/vueuse/vueuse]
svelte-actions - prototype official actions for Svelte
