awesome-vue VS vue-property-decorator

Compare awesome-vue vs vue-property-decorator and see what are their differences.

awesome-vue

🎉 A curated list of awesome things related to Vue.js (by vuejs)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
awesome-vue vue-property-decorator
28 10
70,863 5,525
0.4% -
8.1 3.2
30 days ago about 1 year ago
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.

awesome-vue

Posts with mentions or reviews of awesome-vue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-06.

vue-property-decorator

Posts with mentions or reviews of vue-property-decorator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • How often do you use Decorators, and if you do was there any push back within your team?
    3 projects | /r/typescript | 16 Dec 2022
    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!
    3 projects | dev.to | 15 Sep 2022
    Designed for vue 3, do the same work like vue-class-component and vue-property-decorator.
  • Any vue 3 with Typescript resources or tutorials ?
    3 projects | /r/vuejs | 28 Feb 2022
  • Objects and v-model in Vue3
    2 projects | dev.to | 30 Nov 2021
    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.
  • Why I Love Vue 3's Composition API
    1 project | /r/vuejs | 2 Nov 2021
    This is still not better than Vue Class Component & Vue Property Decorator . Very easy syntax, looks like any other OOP language, and looks so much cleaner.
  • Wait for Vue 3 to add Typescript?
    4 projects | /r/vuejs | 19 Aug 2021
  • Is it ready already?
    2 projects | /r/vuejs | 18 Apr 2021
    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)
    4 projects | dev.to | 17 Feb 2021
    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.
  • You should be using Vue Class Component
    1 project | dev.to | 16 Feb 2021
    Here, we will cover only the basics, the idea is in the future to create an article on Vue-Property-Decorator that complements the usage of this library.
  • Aprendizados de 1 ano de projeto em vue.js com escopo ultra caótico
    2 projects | dev.to | 26 Jan 2021
    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?

When comparing awesome-vue and vue-property-decorator you can also consider the following projects:

InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.

composition-api - Composition API plugin for Vue 2

awesome-react - A collection of awesome things regarding React ecosystem

Tabulator - Interactive Tables and Data Grids for JavaScript

vue-class-component - ES / TypeScript decorator for class-style Vue components.

awesome-react-components - Curated List of React Components & Libraries.

class-validator - Decorator-based property validation for classes. [Moved to: https://github.com/typestack/class-validator]

awesome-react-native - Awesome React Native components, news, tools, and learning material!

vuex-module-decorators - TypeScript/ES7 Decorators to create Vuex modules declaratively

vue-easytable - A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

vitesome - A simple opinionated Vue3 Starter Template with Vite.js