This project demonstrates building workflow apps with Vue Flow and Vue.js.
Vue Flow is a library for flowchart diagrams. This project shows quickstart and best practices:
- Drag and drop nodes 🖱
- Connect nodes ➡️
- Customize nodes ⚙️
- Pass data between nodes 📤
- Save/restore workflows 💾
https://chat-bot-workflow.vercel.app/
Try the live demo 🖥
These steps will get you started:
- Prerequisites: Node.js (v16+) and pnpm
- Clone the repo
- Install dependencies with
pnpm install
- Start dev server with
pnpm run dev
- App will be at http://localhost:5173/
- Vue Flow - Flowchart
- Vue.js - Framework
- Tailwind CSS - Styling
- Shadcn-vue - UI components
- Vite - Build tool
Feel free to open PRs to contribute fixes or improvements!