# Clone this repository
git clone https://github.com/thoaif/vue-electron
# change directory to cloned path
cd vue-electron
# Install dependencies
npm install
# Run in `dev` mode
npm run dev
# Run web app in `dev` mode
npm run dev:web
# Build installer for this app
npm run build
# Build web app
npm run build:websrc/main contains electron main script.
src/renderer contains vue-js application.
src/utilities/workerSample.ts a sample worker script.