# nested-sort **Repository Path**: mirrors_singod/nested-sort ## Basic Information - **Project Name**: nested-sort - **Description**: Nested Sort is a JavaScript library which helps you to sort a nested list of items via drag and drop. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-11 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nested Sort [![npm version](https://badge.fury.io/js/nested-sort.svg)](https://badge.fury.io/js/nested-sort) [![](https://data.jsdelivr.com/v1/package/npm/nested-sort/badge)](https://www.jsdelivr.com/package/npm/nested-sort) Nested Sort is a vanilla JavaScript library, without any dependencies, which helps you to sort a nested list of items via drag and drop. ![](demo.gif) ## Docs [hesamurai.com/nested-sort](https://www.hesamurai.com/nested-sort) ## Download * [CDN copies](https://www.jsdelivr.com/package/npm/nested-sort) ## Installation Using npm: ```shell $ npm install nested-sort ``` ## Contribution ### Developer environment requirements To run this project, you will need: - Node.js >= v14.15.5, use nvm - [install instructions](https://github.com/creationix/nvm#install-script) - NPM >= v7.22.0 ### Running tests ```sh 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.