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 라이브러리를 이용한 가위바위보 개발)
- Host: GitHub
- URL: https://github.com/mr-won/rock-paper-scissors
- Owner: mr-won
- Created: 2021-10-31T10:52:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T06:01:41.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:27:14.703Z (2 months ago)
- Topics: vuejs, vuejs-library, vuejs-project
- Language: Vue
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).