摘要: koa搭建本地服务器 新建文件夹 npm init 初始化 新建app.js文件 安装 npm i koa -S // 安装koa模块 npm i koa-router -S // 安装koa路由模块 const Koa = require('koa') const Router = require 阅读全文
posted @ 2020-12-08 12:07 hello蔚蓝 阅读(87) 评论(0) 推荐(0)