vuex-module-decorators
vue-property-decorator
vuex-module-decorators | vue-property-decorator | |
---|---|---|
5 | 10 | |
1,797 | 5,525 | |
- | - | |
0.0 | 3.2 | |
over 1 year ago | over 1 year 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.
vuex-module-decorators
-
How to unit test Vuex modules defined with the vuex-module-decorators syntax in Nuxt, using vue-test-utils and Jest?
The most important thing to realise is that the vuex-module-decorators class-based model behaves just like a vue-class-component under the hood.
-
For anyone using Typescript with Vue 2 & 3, I've released a new version of my Vuex library that provides fully typed hooks of your module with less code. Tell me what you think of it!
This is my current favorite way to use TS+Vuex. It just clicks so much more in my head to do things like:
-
Is it ready already?
vuex-module-decorators: This one, I just realized, I use a little differently than I think is expected. Here is an example from their docs of what you can write and what it is equivalent to in "raw vuex":
-
Why would anyone not use Vuex?
If you're on Vue 2 I'd recommend this NPM https://github.com/championswimmer/vuex-module-decorators
-
How do you name your actions vs. mutations in Vuex to avoid confusion?
Using https://github.com/championswimmer/vuex-module-decorators. Every module is 'dynamic' so you don't have to predefine your entire store in an object. here is a small example:
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.
-
Why I Love Vue 3's Composition API
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?
-
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.
-
You should be using Vue Class Component
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
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?
vuex-class - Binding helpers for Vuex and vue-class-component
composition-api - Composition API plugin for Vue 2
vuex-smart-module - Type safe Vuex module with powerful module features
InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
vue3-realworld-example-app - Explore the charm of Vue composition API! Vite?
vue-class-component - ES / TypeScript decorator for class-style Vue components.
typed-vuex - 🏦 A typed store accessor for vanilla Vuex.
class-validator - Decorator-based property validation for classes. [Moved to: https://github.com/typestack/class-validator]
direct-vuex - Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.
vitesome - A simple opinionated Vue3 Starter Template with Vite.js
desktop - Free and open source streaming software built on OBS and Electron.
vue-cli - 🛠️ webpack-based tooling for Vue.js Development