Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 845 Bytes

File metadata and controls

32 lines (24 loc) · 845 Bytes

Vue Bingo Ball Picker

A bingo number picker made with Vue.js during the Covid-19 pandemic. You'll need your own cards and dabbers, and use this to select the bingo numbers.

My girlfriend planned a bingo style game for us to play but didn't have a bingo ball picker. Since I'm just learning Vue.js and Vuetify, I figured this would be a good opportunity to use it.

It's a Vue App, so use Vue CLI and then npm run serve. Or use the build here.

Vue CLI 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.