bite-templates
v3.0.6
Published
Tiny, Dependecy-Free JavaScript Templating
Downloads
315
Readme
Bite.js
Tiny, Dependecy-Free JavaScript Templating
Overview
Bite.js is an ultra light-weight, full-featured templating engine designed for size and performance. It compiles templates into standalone functions in vanilla JavaScript that can be used to render those templates with a given set of data.
Features
- Interpolation
- Conditionals
- Iteration
- Parent/Child Scoping
- Arbitrary Expressions
- Precompilation or Run-Time Compilation
- Partials
Installation
npm install bite-templates
Usage/Documentation
Click here to view usage examples, API documentation, and a live demo.