Vue-Jack 🃏

It's a simple Blackjack clone written in Vue3/Nuxt3.
Inspiration for the game logic (also the card images) comes from ImKennyYip.
However, the game logic has been adapted and in the future I would like to add a multiplayer with socket.io.

♠️ Play

Here you can play the game: Vue-Jack

♥️ Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

♦️ Development Server

Start the development server on http://localhost:3000

npm run dev

♣️ Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview