vue3-scalable-architecture
vue 3 + vite + typescript + tailwind (by raminjafary)
vueuse
Collection of essential Vue Composition Utilities for Vue 3 (by vueuse)
vue3-scalable-architecture | vueuse | |
---|---|---|
1 | 93 | |
30 | 21,568 | |
- | 0.7% | |
4.0 | 9.6 | |
7 months ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
vue3-scalable-architecture
Posts with mentions or reviews of vue3-scalable-architecture.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
vueuse
Posts with mentions or reviews of vueuse.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-28.
-
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?
When comparing vue3-scalable-architecture and vueuse you can also consider the following projects:
gitlab-ui
vitesse - 🏕 Opinionated Vite + Vue Starter Template