Creating a sortable list using VueJS

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Vue.Draggable

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

  • The output should look something like this But the list is not sortable so let make is sortable now. To do that we are going to use Vue.Draggable so install it by running npm i vuedraggable. Now you can import it and use it like a component. So to make our list sortable we simply have to wrap our list with draggable and we also have to use our todos for its v-model

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • VueJS animation when moving rendered items from an array

    1 project | /r/vuejs | 31 Mar 2022
  • How can I move "questions" to another topic with Vuejs 3 and vuedraggable?

    1 project | /r/vuejs | 1 Jan 2022
  • Let's create our own Vue JS plugin

    1 project | dev.to | 5 Nov 2021
  • Does anyone know which Vue.JS package is used on DrawSql.app?

    2 projects | /r/vuejs | 6 Mar 2021
  • Treeview with drag and drop?

    2 projects | /r/vuejs | 22 Feb 2021