Forty thieves solitaire card game.
You can play it here: Forty Thieves
cannot move to card if last card on slot and free slot availablecannot move from results to playfieldremove deck highlightdisable hepler behavior- fix cards positions on window resize
clear subscriptions on new game start
light theme- move two cards to free slot (FF)
settings / feature flags- settings UI
automate results click (FF)about page- save game
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint