DEV Community

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

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.