Any Grid Layout Library
Quick Links:
Online Documentation (and Demos)
On the way.
Building
Developers can easily build a packaged any-grid.js using bower, NPM and gulp.
First install or update your local project's npm tools:
# First install all the NPM tools: npm install # Or update npm update
Then install bower dependencies
# install dependencies to bower_components folder bower install
Then run the gulp task:
# To build `any-grid.js in the `/dist` directory gulp build
Installing Build (Distribution Files)
Bower
For developers not interested in building the Any Grid library... use bower to install and use the Any Grid distribution files.
Change to your project's root directory.
# To get the latest stable version, use Bower from the command line. bower install any-grid