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
- Host: GitHub
- URL: https://github.com/rayc2045/hangman-game
- Owner: rayc2045
- Created: 2021-09-12T09:39:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T15:33:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T20:41:34.779Z (over 1 year ago)
- Topics: composition-api, game, hangman-game, vue3
- Language: Vue
- Homepage: https://rayc2045.github.io/hangman-game/
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Hangman Game

## 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/).