创建并进入一个目录并新建index.js文件 mkdir koa-cache cd koa-cache touch index.js # 初始化项目 git init yarn init # 将koa 安装为本地依赖
確定! 回上一頁