binarcode has a good tutorial on how to avoid some common mistakes when developing apps with Vue.js.

vue.js anti pattern

Vue.js is probably one of the most enjoyable Javascript libraries to work with. It has an intuitive api, it’s fast, easy to use and flexible. However, along with flexibility some developers tend to fall into small traps that might have a negative impact on the application performance or long term maintenance.

So let’s dive in and see what are some common mistakes that should be avoided when developing with Vue.js.