An open API service indexing awesome lists of open source software.

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

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/).