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

https://github.com/mr-won/rock-paper-scissors

Make Rock-Paper-Scissors Game by using Vue library (Vue 라이브러리를 이용한 가위바위보 개발)
https://github.com/mr-won/rock-paper-scissors

vuejs vuejs-library vuejs-project

Last synced: about 2 months ago
JSON representation

Make Rock-Paper-Scissors Game by using Vue library (Vue 라이브러리를 이용한 가위바위보 개발)

Awesome Lists containing this project

README

        

# rockpaperscissors

## Project setup
```
npm install
```

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

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

### Lints and fixes files
```
npm run lint
```

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