hesamurai / nested-sort

Nested Sort is a JavaScript library which helps you to sort a nested list of items via drag and drop.
https://www.hesamurai.com/nested-sort
MIT License
65 stars 8 forks source link

Is it nodejs only? #71

Closed ghost closed 2 years ago

ghost commented 2 years ago

I was wondering if I can just build the "file" and run it in the front-end.

hesamurai commented 2 years ago

The UMD version of the package is already available on the CDN. You can read the instructions here:

https://www.hesamurai.com/nested-sort/latest/install

Let me know if you get stuck.