Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 974 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 974 Bytes

Seven Lucky Numbers

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

How to play

The little lottery game with Vue.js JavaScript Framework. The game rules are simple and easy. The client adds the new rows, it can generate random rows or set them manually. After adding the rows, the client presses the Play button. If the client's money amount is zero or less than the costs, then the client cannot play anymore.

Demo

https://sevenluckynumbers.devjs.jussialanen.com/