Vue 3 with Typescript and Decorators
- May 30, 2021
- Reading time . 8 min
- Author: Yuniel Acosta
I use Typescript and decorator libraries for VueJS. This allows me to use a class syntax that's easier to read. I'll show you how to build a counter component that can increment and decrement.
Read →