https://github.com/lets00/vue-blackjack
A single blackjack game built in VueJS
https://github.com/lets00/vue-blackjack
Last synced: 20 days ago
JSON representation
A single blackjack game built in VueJS
- Host: GitHub
- URL: https://github.com/lets00/vue-blackjack
- Owner: lets00
- Created: 2020-07-24T19:43:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:23:33.000Z (over 3 years ago)
- Last Synced: 2026-05-31T19:50:01.347Z (20 days ago)
- Language: Vue
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blackjack-vue
A single blackjack-game implemented in Vue to study it. The project is working but I do not recomend to use it in production (I usually use it to learn Vue concepts). There are several design problems. Feel free to submit new PR.
## 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/).