nested-sort

5.2.0 • Public • Published

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. Unfortunately, it does not support touch screens yet.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nested-sort

Weekly Downloads

103

Version

5.2.0

License

MIT

Unpacked Size

120 kB

Total Files

11

Last publish

Collaborators

  • hesamurai