A Vue 3 configuration editor and drag-and-drop tool for building structured, interactive workflow interfaces.
This project explores how to build configurable UI workflows with Vue 3, drag-and-drop interactions, and structured state management. It is designed as a practical frontend experiment for business tools, internal configuration panels, and visual editors.
- Drag-and-drop configuration editing
- Structured component layout
- Vue 3 + Vite implementation
- TypeScript-ready project structure
- Interactive workflow-style UI
- Vue 3
- Vite
- TypeScript
- SCSS
- ESLint / Prettier
- How to model interactive UI states
- How to organize drag-and-drop logic
- How to structure reusable frontend components
- How to build configuration-driven interfaces