A starter code showing how to use web workers with Vue js
This repository demonstrates how to use VueJS with web-workers.
A full explanation is available on my blog.
Install the dependencies with:
npm install
Run the server with:
npm run serve