Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/rps
Rock - Paper - Scissors
https://github.com/jcalixte/rps
Last synced: 17 days 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 (about 2 years ago)
- Last Synced: 2024-11-10T16:52:33.630Z (2 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/).