缓存插件模板 缓存 / / / 模板。 目录 安装 : npm install cache-pug-templates : yarn add cache-pug-templates 用法 基本的 const path = require ( 'path' ) ; const CachePugTemplates = require ( 'cache-pug-templates' ) ; const views = path . join ( __dirname , 'views' ) ; const cache = new CachePugTemplates ( { views }