Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsaytson/montyhall-vue
The MontyHall game implemented using Vue.js and vue-sweetalert2
https://github.com/tsaytson/montyhall-vue
vue vue-sweetalert2 vuejs2
Last synced: 13 days ago
JSON representation
The MontyHall game implemented using Vue.js and vue-sweetalert2
- Host: GitHub
- URL: https://github.com/tsaytson/montyhall-vue
- Owner: TSaytson
- Created: 2023-09-27T08:13:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T15:28:41.000Z (over 1 year ago)
- Last Synced: 2024-12-21T01:40:37.918Z (13 days ago)
- Topics: vue, vue-sweetalert2, vuejs2
- Language: Vue
- Homepage: https://tsaytson.github.io/MontyHall-Vue/
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# montyhall
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run serve
```### Compiles and minifies for production
```
pnpm run build
```### Lints and fixes files
```
pnpm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).