nested-sort icon indicating copy to clipboard operation
nested-sort copied to clipboard

Nested Sort is a JavaScript library which helps you to sort a nested list of items via drag and drop.

Nested Sort

npm version

Nested Sort is a vanilla JavaScript library, without any dependencies, which helps you to sort a nested list of items via drag and drop.

Docs

hesamurai.com/nested-sort

Download

Installation

Using npm:

$ npm install nested-sort

Contribution

Developer environment requirements

To run this project, you will need:

Running tests

npm run test
npm run test:coverage
npm run test:watch

Dev mode

When developing you can run:

npm run watch

This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:3000.

You can navigate to http://127.0.0.1:3000/dev/ in order to see the samples.