baseweb-migrate

Community

Modernize Flask/Vue apps to async baseweb

Authorchristophevg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It eliminates the risky, manual rewrite work required to upgrade legacy baseweb apps from Flask/Vue 2 to an async Quart + Vue 3 (Vuetify 3) architecture.

Core Features & Use Cases

  • Backend migration (Flask → Quart): Updates dependencies and rewrites sync request/route patterns into async equivalents, including converting Resource methods to async def and adding required await calls for request parsing and template rendering.
  • REST and Socket.IO modernization: Migrates REST registration to baseweb’s add_resource flow and converts Flask-SocketIO handlers to python-socketio ASGI handlers with correct async signatures (sid, environ) and awaited emits.
  • Frontend migration (Vue 2 → Vue 3 + Vuetify 3): Guides component registration changes, removes Vue 3–incompatible patterns (like filters), and applies Vuetify 3 breaking UI updates (icons/MDI, layout components, tabs, server-side tables, and common reactivity fixes for charting).

Quick Start

Ask the AI to migrate your existing baseweb Flask/Vue 2 codebase to Quart/Vue 3 with Vuetify 3 and python-socketio ASGI, then provide a step-by-step patch plan for both backend and frontend.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: baseweb-migrate
Download link: https://github.com/christophevg/baseweb/archive/main.zip#baseweb-migrate

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.