The JavaScript Templates library comes with zero dependencies and is also very lightweight when it comes to file size as well.
It basically works by reading a template file and then taking data from a content file, inserting it inside the carefully arranged template structure and its special markers.
The actual data can be passed as a JavaScript object, meaning most of it can be stored as JSON documents on disk.
This makes it ideal for most Web applications, since JSON is very notorious and wildly used by Web developers.
Documentation, syntax and other usage info is included with the package's README file.
What is new in this release:
- Patched tests release.
What is new in version 3.1.0:
- Patched tests release.
What is new in version 2.5.6:
- Patched tests release.
What is new in version 2.5.4:
- Patched tests release.
What is new in version 2.5.3:
- Fixed Gruntfile package information comment.
What is new in version 2.3.1:
- Removed scripts and bin section from bower.json.
What is new in version 2.2.2:
- Removed the unnecessary jQuery dependency from the test HTML page.
What is new in version 2.2.0:
- Print out falsy values.
Requirements:
- JavaScript enabled on client side
- Node.js for server-side environments
Comments not found