gridstack

v5.1.0
TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
Typescript gridstack.js grid gridster layout responsive dashboard resize drag&drop and 6 more...

t

rm -rf dist/* && grunt && tsc --stripInternal

w

rm -rf dist/* && grunt && webpack

doc

doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md

lint

tsc --noEmit && eslint src/*.ts

test

yarn lint && karma start karma.conf.js

build

yarn --no-progress && rm -rf dist/* && grunt && yarn build:es6 && yarn build:es5 && yarn doc

reset

rm -rf dist node_modules

build:es5

webpack --config es5/webpack.config.js && tsc --stripInternal --project es5/tsconfig.json

build:es6

webpack && tsc --stripInternal

prepublishOnly

yarn build

Metadata

Downloads