dommodule
v0.7.3
Published
DOM assembler library
Maintainers
Readme
dommodule
work in progress
This JavaScript library provides a set of DOM node assemblers for the following interfaces:
Examples
See the source code of the dommodule based libraries: htmlmodule, ariamodule and xmlmodule
Installation
npm install dommoduleTests
Run tests using jsdom:
npm testDevelopment
Clone the project and install dependencies:
git clone [email protected]:aristov/dommodule.git
cd dommodule
npm installRun Webpack in watch mode:
npm run watch