Home>America>framework>art-template

art-template

art-template

Art template is a simple and super fast template engine.

It uses scope pre declaration technology to optimize template rendering speed, achieving near JavaScript performance and supporting both NodeJS and browsers.

characteristic:

  1. Has performance close to the rendering limit of JavaScript

  2. Debugging friendly: syntax and runtime error logs are precise to the line where the template is located; Support breaking points on template files (Webpack Loader)

  3. Support Express, Koa, Webpack

  4. Support template inheritance and sub templates

  5. The browser version is only 6KB in size

Recommend