标签:height host ports hang def engine 配置 local style
推荐直接使用脚手架,只需几条简单指令,即可快速生成项目:
$ npm install egg-init -g $ npm install
|
启动项目:
$ npm run dev
|
安装 egg-view-ejs
$ npm install egg-view --save
$ npm install egg-view-ejs --save
|
配置 egg-view-ejs
在 config/plugin.js 下添加 |
在 app文件夹下新建 view 文件夹
新建 index.ejs编写
渲染模版方法
async index() {
|
这样 egg+ejs 环境就配置完成了,当然还有 vue react 等模版引擎 egg 都支持
标签:height host ports hang def engine 配置 local style
原文地址:http://www.cnblogs.com/itlijinpeng/p/7991777.html