Vue 3 will be released soon with many interesting improvements. In this article, we’ll take a look at new features with code examples. Vue 3 applications are going to be around 50% smaller (10kB) than Vue 2, better structured and more maintainable. Also Virtual DOM got rewritten for better performance. Probably the most exciting feature […]
In this article, I will show how to configure unit testing in a VueJS project. Then, I’ll show you a working example of how you can write tests for your own components.