https://github.com/jcalixte/rps
Rock - Paper - Scissors
https://github.com/jcalixte/rps
Last synced: 4 months ago
JSON representation
Rock - Paper - Scissors
- Host: GitHub
- URL: https://github.com/jcalixte/rps
- Owner: jcalixte
- Created: 2019-10-17T19:58:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:20:52.000Z (over 2 years ago)
- Last Synced: 2025-01-07T23:51:43.724Z (6 months ago)
- Language: Vue
- Size: 3.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rps
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).