/simple-slot-machine

a Slot Machine Game powered by Vue 3 + Vite + Vitest

Primary LanguageJavaScriptMIT LicenseMIT

Simple Slot Machine

a Slot Machine Game powered by Vue 3 + Vite + Vitest

Live Demo: https://simple-slot-machine.vercel.app/

Project Setup

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint