Optimize effort of building large scale web application
HtmlJs is a JavaScript MVVM library. It is built with OOP and speed in mind. It helps you to build the most sophisticated and complicated components with ease. Integrate well with most existing libraries/frameworks like jQuery, AngularJs.
Nuget:
Install-Package HtmlJsBower:
bower install htmljsGo to Homepage for more details.
Totally new to HtmlJs? Play with HtmlJs interactive tutorial.
Clone the repo from GitHub
git clone https://github.com/nhanfu/htmljs.git
cd htmljsInstall build tool. Make sure that Node.js already installed.
npm installRun the build tool
gulp buildIf you have PhantomJs installed, then gulp will execute the test suite and report its result.
- 1.0.4
- Rename html.data to html.observable
- Add html.observableArray
- Remove
createElementNoParent()function - Replace getter and setter by
dataproperty
- 1.0.3
- Fix bug for ajax module and dropdown component
- Use property instead of function to render DOM
Nhan Nguyen – @nhan_htmljs – nhan.htmljs@gmail.com
Distributed under the MIT license. See LICENSE for more information.

