22bdfdc4d596e18b62fb8d76330e59a744e2a2ca
SuperTale Vue Rewrite
Vue 3 + JavaScript rewrite workspace for the existing SuperTale creator frontend.
Stack
- Vite
- Vue 3
- JavaScript
- Vue Router
- Pinia
- TanStack Vue Query
- Element Plus
- SCSS
- Vue I18n
- Vue Flow
Explicitly Not Migrated
piko-mini-gamerewardscompanion
Commands
pnpm --filter supertale-vue-rewrite dev
pnpm --filter supertale-vue-rewrite build
The dev server defaults to http://localhost:5174 and proxies /api/v1 and /static to VITE_API_URL or http://127.0.0.1:8780.
Mock Mode
Mock API is enabled by default unless VITE_USE_MOCK=false is set.
VITE_USE_MOCK=true
In mock mode, auth is auto-restored as mock_user, project and task APIs use local in-memory data, and the app can be navigated without a backend.
Description
Languages
Vue
64.6%
JavaScript
28.1%
SCSS
7.2%