egg使用模板引擎 ejs

1. 安装 npm i egg-view-ejs --save 2. 找到 项目中的 config/plugin.js 文件 'use strict'; /** @type Egg.EggPlugin */ module.exports = { // had enabled by egg // static: { // enable: true, // } //ejs ejs:{ enab
相关文章
相关标签/搜索