slot machine game vue 🎰 This is my answer to a company interview assessment. Objective a simple slot machine game, with a little twist. Build it to ensure that the house always wins! Project Setup 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