UNPKG

etpl3

Version:

ETPL是一个灵活、具有强大复用能力的高性能的模板引擎,适用于WEB前端应用中视图的生成,特别是SPA(Single Page APP)类型的应用。

10 lines (8 loc) 189 B
/** * ETPL (Enterprise Template) * Copyright 2013 Baidu Inc. All rights reserved. * * @file Node入口 * @author firede(firede@firede.us) */ module.exports = require('./src/main');