Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 522 Bytes

Rock, Paper and Scissors

Simple rock paper scissor game written with vuejs. Click the website link to play!

Versions

  • Vanilla JS version, it can be found from releases.
  • Vue JS version, current version.

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.