starter vue web worker

A starter code showing how to use web workers with Vue js

5
0
Vue

Vue & web workers starter code

This repository demonstrates how to use VueJS with web-workers.
A full explanation is available on my blog.

Usage

Install the dependencies with:

npm install

Run the server with:

npm run serve