An open API service indexing awesome lists of open source software.

https://github.com/rayc2045/hangman-game


https://github.com/rayc2045/hangman-game

composition-api game hangman-game vue3

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vue.js Hangman Game

![demo](https://raw.githubusercontent.com/rayc2045/hangman-game/master/public/demo.png)

## Project setup
```
pnpm install
```

### Compiles and hot-reloads for development
```
pnpm run serve
```

### Compiles and minifies for production
```
pnpm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).