Skip to content

nomadigital/Hangman

Repository files navigation

Hangman

Support

Buy Me A Coffee

Description

A simple hangman application built with vue-cli-plugin-electron-builder, electron-store, vue-i18n and chota CSS framework

Quickstart

Install

$ npm install

Run in dev

$ npm run electron:serve

Build Linux (AppImage)

$ npm run electron:build

Build Windows (exe) on Linux platform

/!\ you need to install Docker first

$ chmod +x run_wine.sh
$ ./run_wine.sh
$ npm install
$ npm run electron:build-win

If you are on another platform than Linux, check the docs