Socket
Socket
Sign inDemoInstall

easy.templatejs

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    easy.templatejs

Small, pure, high-performance JavaScript template engine.


Version published
Weekly downloads
1
Maintainers
1
Install size
1.22 MB
Created
Weekly downloads
 

Readme

Source

EasyTemplateJS

EasyTemplateJS(EasyTemplate JavaScript)是一款小巧,纯粹,高性能的 JavaScript 模板引擎。

EasyTemplateJS(EasyTemplate JavaScript) is a small, pure, high-performance JavaScript template engine.

The latest version: 2.1.1-RELEASE

Feature/特点

  • 中文

    • 小巧,纯粹

    • 预先静态编译,高性能

    • 灵活自定义

    • 支持转义输出表达式

    • 支持 out 输出

    • 模块化支持:CommonJS, AMD, CMD, Node.js

    • Bower 支持

  • English

    • Small, pure

    • Pre-statically compiled, high-performance

    • Flexible customization

    • Escape output expressions are supported

    • Support out output

    • Module support:CommonJS, AMD, CMD, Node.js

    • Bower support

Performance test comparison/性能测试对比

从渲染性能上来说, EasyTemplateJS 和 artTemplate 都是使用预先静态编译原理,可以说已经接近的性能极限,是当前性能最高的模板引擎。一些较差的引擎不仅可能影响客户体验,还会会引起浏览器崩溃或异常终止,百度的引擎则性能较差,对浏览器渲染执行影响巨大。

From the rendering performance, EasyTemplate and artTemplate are using pre-static compilation principle, can be said to have close to the performance limit, is the highest performance of the template engine. Some poor engine may not only affect the customer experience, but also cause the browser to crash or abnormal termination, Baidu engine performance is poor, the implementation of the browser rendering a huge impact.

Performance test comparison

Installation/安装

  • Download install/下载安装

    <script type="text/javascript" src="easy.templatejs.min.js"></script>
    
  • Bower install/Bower 安装

    bower install easytemplatejs --save
    
    <script src="bower_components/easytemplate/dist/easy.templatejs.min.js" type="text/javascript" charset="utf-8"></script>
    
  • Npm install/Npm 安装

    npm install easytemplatejs
    
    var Et = require('easytemplatejs');
    

Use document/使用文档

中文

中文详细使用文档

官方主页

留言评论

如果您有更好意见,建议或想法,请联系我。

English

English detailed documentation

The official home page

Comments

If you have more comments, suggestions or ideas, please contact me.

End

Email:inthinkcolor@gmail.com

http://www.easyproject.cn

支付宝钱包扫一扫捐助:

我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。

感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。

支付宝钱包扫一扫捐助

We believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.

Thank you donation to support the server running and encourage more community members.

PayPal

Keywords

FAQs

Last updated on 09 Apr 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc