@tko/build.knockout
Version:
Knockout makes it easier to create rich, responsive UIs with JavaScript
21 lines (12 loc) • 345 B
Markdown
This is the package for Knockout.js proper, compiled from the monorepo at
https://github.com/knockout/tko
The tests in this directory are from Knockout 3.x series (subject to noted modifications), to ensure backwards compatibility.
Commands for building & testing:
```
Build all:
$ make
Test once.
$ make test
```