1.安装koa2

npm install koa@2 -g

2.创建项目

(1)安装koa2生成器

npm install koa-generator -g

(2)koa2生成一个test项目

koa test

cd test

npm  install

npm start

相关文章:

  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-06-09
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
相关资源
相似解决方案