Set of base classes and utilities to build unobtrusive list models. This is abstract codebase which can be used to implement bridges to end-user frameworks (such as Angular bridge).
Documentation is available here
To build the project, follow these steps:
-
Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
-
From the project folder, execute the following command to install project dependencies:
npm install
- From the project folder, execute the following command to build the source code:
npm build
You can run tests in Chrome with watch mode by executing the following command:
npm test:watch
or execute single run:
npm test
You can also use Yarn