Skip to content

goofychris/art-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee8a223 · Dec 7, 2024
Jul 22, 2017
Aug 29, 2018
Oct 22, 2018
Oct 24, 2018
Nov 13, 2018
Aug 21, 2018
Aug 29, 2018
Aug 29, 2018
Aug 29, 2018
Sep 25, 2018
Aug 29, 2018
May 4, 2017
Nov 13, 2018
Jul 24, 2020
Dec 7, 2024
Dec 21, 2018
Aug 29, 2018
Sep 25, 2018
Nov 13, 2018
Aug 29, 2018

Repository files navigation

art-template

NPM Version NPM Downloads Node.js Version Travis-ci Coverage Status

English document | 中文文档

art-template is a simple and superfast templating engine that optimizes template rendering speed by scope pre-declared technique, hence achieving runtime performance which is close to the limits of JavaScript. At the same time, it supports both NodeJS and browser. speed test online.

art-template 是一个简约、超快的模板引擎。它采用作用域预声明的技术来优化模板渲染速度,从而获得接近 JavaScript 极限的运行性能,并且同时支持 NodeJS 和浏览器。在线速度测试

chart

Feature

  1. performance is close to the JavaScript rendering limits
  2. debugging friendly. Syntax errors or runtime errors will be positioned accurately at which line of template. Support setting breakpoint in templating files (Webpack Loader)
  3. support Express, Koa, Webpack
  4. support template inheritance and sub template
  5. browser version is only 6KB

特性

  1. 拥有接近 JavaScript 渲染极限的的性能
  2. 调试友好:语法、运行时错误日志精确到模板所在行;支持在模板文件上打断点(Webpack Loader)
  3. 支持 Express、Koa、Webpack
  4. 支持模板继承与子模板
  5. 浏览器版本仅 6KB 大小