1.1.3 • Published 2 years ago

egg-view-etpl v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

egg-view-etpl

基于 etpl 3.2.0,有所改动,使过滤器支持传入非字符串类型。

Install

$ npm i egg-view-etpl --save

Usage

// {app_root}/config/plugin.js
exports.etpl = {
  enable: true,
  package: 'egg-view-etpl',
};

Configuration

// {app_root}/config/config.default.js
exports.etpl = {
  // 引擎配置,参考 https://github.com/ecomfe/etpl/blob/master/doc/config.md
  engine: { },
  // 过滤器目录,会自动注册该目录下的所有 js 为过滤器,过滤器名称与文件名保持一致
  filterDir: '',
  // 模板片段目录,会自动注册该目录下的所有模板
  targetDir: '',
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.1.3

2 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago