NodeJS配置
点击返回顶部
1. 初始化
npm init
2.安装koa
npm i koa
3.使用ejs模板引擎
npm install –save koa-views
npm install ejs –save