Tag: Vue

Use web workers with Vue

22 March 2020
I started learning javascript and Vue very recently. At some point I had to find a way to execute long running tasks in the browser without slowing down the user interface itself. Turns out you can do so with web workers but using them with Vue is not properly documented.