work in progress
This JavaScript library provides a set of DOM node assemblers for the following interfaces:
See the source code of the dommodule based libraries: htmlmodule, ariamodule and xmlmodule
npm install dommodule
Run tests using jsdom:
npm test
Clone the project and install dependencies:
git clone git@github.com:aristov/dommodule.git
cd dommodule
npm install
Run Webpack in watch mode:
npm run watch