board game state management
Go to file
hyper ea337acacb chore: clean up 2026-04-01 17:08:08 +08:00
src chore: clean up 2026-04-01 17:08:08 +08:00
.gitignore Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00
README.md chore: clean up 2026-04-01 17:08:08 +08:00
package-lock.json Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00
package.json Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00
tsconfig.json Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00
tsup.config.ts Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00
vitest.config.ts Initial commit: boardgame-core with build fixes 2026-03-31 18:01:57 +08:00

README.md

boardgame-core

基于 Preact Signals 的桌游状态管理库。

特性

  • 响应式状态管理: 使用 @preact/signals-core 实现细粒度响应式
  • 类型安全: 完整的 TypeScript 支持