mantimon-tcg/.claude/frontend-poc
Cal Corum 8685e3e16e Archive frontend POC to .claude/frontend-poc/
Preserves the working F3 Phaser demo implementation before resetting
the main frontend/ directory for a fresh start. The POC demonstrates:
- Vue 3 + Phaser 3 integration
- Real card rendering with images
- Vue-Phaser state sync via gameBridge
- Card interactions and damage counters

To restore: copy .claude/frontend-poc/ back to frontend/ and run npm install
2026-01-31 22:00:51 -06:00
..
project_plans Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
public Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
src Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
.env.development Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
.env.production Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
.gitignore Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
CLAUDE.md Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
eslint.config.js Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
index.html Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
package-lock.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
package.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
postcss.config.js Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
PROJECT_PLAN_FRONTEND.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
README.md Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
tsconfig.app.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
tsconfig.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
tsconfig.node.json Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
vite.config.ts Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00
vitest.config.ts Archive frontend POC to .claude/frontend-poc/ 2026-01-31 22:00:51 -06:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.