摘要: koa 中文文档地址:https://koa.bootcss.com/ 一,创建koa项目 1,koa初始化 npm init -y 2,安装Koa模块 npm install koa --save 3,在项目根目录新建app.js,app.js代码如下: const Koa = require(' 阅读全文
posted @ 2021-02-17 17:12 云悠 阅读(166) 评论(0) 推荐(0)