knockout-sortable
A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
File Explorer
Download Latest Version (.zip)- knockout-sortable.js
- knockout-sortable.min.js
- connectedLists.html
- draggable.html
- seatingChart.css
- seatingChart.html
- seatingChart.js
- singleList.html
- jquery-1.9.1.js
- jquery-ui.js
- knockout-3.5.1.js
- boot.js
- jasmine-html.js
- jasmine.css
- jasmine.js
- knockout-sortable.spec.js
- runner.html
- test.jstd
- knockout-sortable.js
- .editorconfig
- .gitignore
- bower.json
- Gruntfile.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rniemeyer/knockout-sortable
Downloads the entire project code from GitHub to your computer.
cd knockout-sortable
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
