https://github.com/nathaliacosim/montyhall-vuejs
Problema de Monty Hall com VueJS
https://github.com/nathaliacosim/montyhall-vuejs
Last synced: 2 months ago
JSON representation
Problema de Monty Hall com VueJS
- Host: GitHub
- URL: https://github.com/nathaliacosim/montyhall-vuejs
- Owner: nathaliacosim
- License: mit
- Created: 2018-10-10T14:09:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T19:10:49.000Z (over 5 years ago)
- Last Synced: 2023-03-07T16:41:50.386Z (about 2 years ago)
- Language: Vue
- Homepage:
- Size: 580 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit-resolv.json
Awesome Lists containing this project
README
# montyhall

## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```