NO HTML is a templating engine run through js, that elimates the need to create many html files...
All resources need to be loaded in by no html this can be done on the fly, or in one big go it really up to you how you break up the resource loading.
class namespace: nohtml - see documentation here | see exampleshere
No Html leverages alot of templates and one of the most used templates will be the containers. these containers allow you to hold module logic and also allow you to put any sort of data in the page template itself.
class namespace: nh_page - see documentation here | see examples here
No Html backbone is it modules these templates are run at render times allowing you put complex module logic places & then allow you to reuse them at later dates in other containers.
class namespace: nh_list_view - see documentation here
class namespace: nh_data - see documentation here | see examples;
nh_page is needing a default UI revamp nh_list_view is requires a horzionital verison with lazyload.
- Quick Boilerplate through shell
- Desktop Boilerplates through shell.
- Mobile Boilerplates through shell.
Visit our site! no html
Thanks to Zepto Lawnchair Mustashe iScroll
Without there contribution to the coding world this framework would not have been possible.