@coloredclues/player
v1.0.0
Published
Shared story player component for Color Me a Clue projects
Downloads
20
Readme
Colored Clues (Vue Scaffold)
Run
npm install
npm run devRoutes
/— Stories landing page (ported from yourindex.html)/player— Opens the legacy scene player in-app via an iframe/legacy-player/— The original vanilla HTML/CSS/JS player (served from/public)
Player integration (Unified)
/playernow runs the Vue-native story UI (no iframe)./legacy-playerkeeps the old embedded player route (iframe) as a fallback.- Configure API: set
<meta name="api-base-url" content="http://localhost:8000" />in the rootindex.html(or leave blank for same-origin).
Player CSS is loaded only on /player via src/assets/player.css to avoid collisions with the stories landing page.
