awesome-vue
vue-property-decorator
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- Sonar - Write Clean JavaScript Code. Always.
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
awesome-vue | vue-property-decorator | |
---|---|---|
26 | 10 | |
68,621 | 5,502 | |
0.7% | - | |
9.2 | 5.0 | |
11 days ago | about 2 months ago | |
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.
awesome-vue
-
Any reason to use Vue.js for new projects anymore?
I have no clue what exact solution would only favor react, there are enough implementations for vue and even if not, most of the greater players have generic solutions, not vendor-locked integrations.
-
Best Material Design framework for Vue3 (not Vuetify)
But you can just look at Awesome-Vue or Awesome-Vue-3 to find more stuff like this. There are a lot of options out there. Especially if you go piece-meal. Why pick an entire component library just because you need a calendar, just use Vue-Cal and override the CSS as needed to make it fit in with your app.
-
Vue js roadmap
You may be able to find some stuff on https://github.com/vuejs/awesome-vue, including lots of projects, UI libraries, etc.
-
How do you find good packages for Vue?
Awesome Vue
-
Top 10 Vue.js Resources For Your Project 🚀
You can find awesome-vue on GitHub: https://github.com/vuejs/awesome-vue
- Can anyone suggest any open source React Typescript Examples?
- Useful VueJS Datatables
- Vue Plugin fantastici e dove trovarli
-
How to use a single component from vuetify in my project that doesn't use vuetify?
Cannot answer your question, but here is Vue Awesome directory of great resources for Vue, and there are many stand alone component libraries, maybe you can find date picker you like.
-
Vue Vs. React: What Is Easier? What Is Trending? Detailed Guide With All +/- [2021]
Awesome Vue: a detailed list of useful plugins and libraries for Vue.js;
vue-property-decorator
-
How often do you use Decorators, and if you do was there any push back within your team?
In my last project these two were used a lot: https://github.com/kaorun343/vue-property-decorator and https://class-component.vuejs.org/
-
Vue + TS without class component ? No way!
Designed for vue 3, do the same work like vue-class-component and vue-property-decorator.
- Any vue 3 with Typescript resources or tutorials ?
-
Objects and v-model in Vue3
When I was using Vue2 along with vue-class-component and vue-property-decorator it was easy to synchronize v-models between components simply using @ModelSync(). When Vue 3 came out with its Composition API another way was needed to achieve the same result as if Class Component was used.
- Wait for Vue 3 to add Typescript?
-
Is it ready already?
vue-property-decorator: This library works hand in hand with vue-class-component so that you can define properties/methods on your class for things like watchers, properties, etc:
-
How to create a scalable vue.js setup (Part I)
The next thing to tackle for a scalable application is, that we want to have a well written component that is easy to read and to reuse. Vue components are usually single file, which has it's benefits (e.g. if you want to change some css, and then html and oh, you also need to introduce this property in typescript...). It's also easier to maintain some code standard about how large a component should possibly become, if you had single file components (e.g. >250loc => linter error). To additionally increase readability, I like to use typescript class components flavoured with vue property decorators.
-
Aprendizados de 1 ano de projeto em vue.js com escopo ultra caótico
Vue2 não é muito bom pra lidar com typescript de forma vanilla, então o próprio core team e a comunidade criaram soluções pra você ter sintaxes alternativas (nada muito diferente) que suportam os toolings mais modernos e que tiveram maior adoção no decorrer dos últimos anos, como o vue-class-component, vue-property-decorator e o vuex-class. O caso mais notório de ferramenta que tira proveito disso, com certeza é o typescript. Com essas tecnologias, usar typescript é 100% possível, e usando essas sintaxes alternativas, diria até que o código fica mais enxuto e claro do que o vue sem nada (@Action do vuex-class, pra mim, tem uma sintaxe mais agradável que mapActions do vuex cru, por exemplo). Começamos o projeto sem, mas o Brunão começou a implementar usando isso e com uma curva bem pequena de aprendizado, aderimos felizes ao novo método de escrever componentes vue2.
What are some alternatives?
composition-api - Composition API plugin for Vue 2
InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
vue-class-component - ES / TypeScript decorator for class-style Vue components.
class-validator - Decorator-based property validation for classes. [Moved to: https://github.com/typestack/class-validator]
vuex-module-decorators - TypeScript/ES7 Decorators to create Vuex modules declaratively
awesome-react - A collection of awesome things regarding React ecosystem
awesome-react-native - Awesome React Native components, news, tools, and learning material!
vue-good-table - An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
vitesome - A simple opinionated Vue3 Starter Template with Vite.js
vue-cli - 🛠️ webpack-based tooling for Vue.js Development
xns-seek-bar - A seekable progress bar component for Vue.js