# SortableJS/Vue.Draggable

Vue drag-and-drop component based on Sortable.js

Repository: https://github.com/SortableJS/Vue.Draggable
Canonical: https://ross.abutalabs.com/products/vuedraggable
Homepage: https://sortablejs.github.io/Vue.Draggable/
Language: JavaScript
License: MIT
License Family: permissive
Topics: drag-and-drop, vue, component
Last push: 2024-03-04T07:33:56+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3718, "days_push": 912, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 20588, forks 2837 (observed 2026-08-28T04:11:30.247665+00:00)

## What it is
A Vue.js component (Vue 2) and directive (Vue 1) that adds drag-and-drop reordering to lists, built on top of Sortable.js. It keeps the HTML DOM and the Vue view model array in sync as items are dragged.

## Use cases
- reorder items in a to-do list by dragging
- drag and drop between multiple lists in Vue
- make vuetify or element-ui components draggable
- sortable kanban-style columns in a Vue app
- touch-friendly drag reordering on mobile web
- sync drag-and-drop changes with the Vue view model array

## When to choose
- you need drag-and-drop list reordering in a Vue 2 application
- you want Sortable.js features (touch, handles, auto-scroll, cross-list dragging) with Vue integration
- you need the DOM and your data array to stay in sync automatically
- you want to wrap existing UI library components as draggable

## When to avoid
- you are using Vue 3 - use vue.draggable.next instead
- you need drag-and-drop outside of Vue
- you need a framework-agnostic solution without Vue

## Facets
- artifact type: plugin
- maturity: maintenance
- function: ui-components, animation, frontend-framework
- domain: frontend, web-development, cross-platform
- platform: browser
- tags: drag-and-drop, vue, vue2, sortablejs, component, reorderable-lists, nodejs

## Member repositories
- SortableJS/Vue.Draggable (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:30.247665+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:58:41.176764+00:00, confidence not recorded.
  - readme: https://github.com/SortableJS/Vue.Draggable (fetched 2026-08-28T04:11:30.247665+00:00, sha 713bc4be5b70)
  - homepage: https://sortablejs.github.io/Vue.Draggable/ (fetched 2026-08-29T07:57:39.451027+00:00, sha 5427b18812b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
