DEV Community

Discussion on: Writing a Vue component using TDD: a gentle introduction

Collapse
 
astagi profile image
Andrea Stagi

Hi Mirko! Why users should be confused? This tutorial uses TypeScript, if you choose "TypeScript" from vue-cli you'll find vue-property-decorator used in the generated example. vue-property-decorator is not related to TDD, you can replicate all the steps of this tutorial for your Vue component written using JavaScript.