This is a Tic Tac Toe desktop app created with vue3 and electron.
Clone this repo and run
npm install
npm run electron:dev
npm run app:build
If you want to apply you own config or build for another OS feel free to customize the electron-builder-config.js
file.