DEV Community

Discussion on: From Angular To Vue: Feeling Like A Beginner Again

Collapse
 
gluons profile image
Saran Tanpituckpong • Edited

I start learning Vue without any knowledge of any frontend framework.
I feel that Vue is pretty easy. I understand Vue in few days.

PS. Writing TypeScipt in Vue really make me happy. πŸ˜‡

Collapse
 
florimondmanca profile image
Florimond Manca

Glad to hear! I’m still wondering whether it’s a good idea to use TypeScript. The boilerplate with the decorators and all seems a bit heavy, on a second thought. What do you get from it? :-)

Collapse
 
gluons profile image
Saran Tanpituckpong • Edited

I learn from Vue TypeScript guide.

vue-class-component is pretty handy for creating class-style component.

And I found Vue Property Decorator that make my life easier. 😍

PS. vue-cli can be used to create TypeScript project easily.