Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 204 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 204 Bytes

DICE

This is a test dice game created with the framework Vue.js

Installation:

$ cd <project folder>
$ npm i
$ npm run serve

Run tests:

$ cd <project folder>
$ npm run test