Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

File metadata and controls

12 lines (8 loc) · 378 Bytes

Architecture

Packages

  • core: Shared business logic.
  • ygoprodeck: The API access to the YGOProDeck API.
  • application: Vue app. Entry point.

IoC

Inversion of control is done using constructor dependency injection. The assembly and resolution of dependencies is done in the ctx.ts files of the entry point packages.