https://github.com/iamwebwiz/vue-punching-bag-game
Simple, minimalistic game made for beginners to understand basic concepts in Vue
https://github.com/iamwebwiz/vue-punching-bag-game
game ninja punching-bag semantic-ui semantic-ui-vue vue
Last synced: 4 months ago
JSON representation
Simple, minimalistic game made for beginners to understand basic concepts in Vue
- Host: GitHub
- URL: https://github.com/iamwebwiz/vue-punching-bag-game
- Owner: iamwebwiz
- Created: 2019-08-08T02:56:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:52:49.000Z (over 2 years ago)
- Last Synced: 2025-03-15T03:01:56.199Z (4 months ago)
- Topics: game, ninja, punching-bag, semantic-ui, semantic-ui-vue, vue
- Language: Vue
- Homepage: https://vuepunchingbag.herokuapp.com
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-punching-bag-game
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).