摘要:
# 文章
## Koa 起手 - 环境准备
由于 `koa2` 已经开始使用 `async/await` 等新语法,所以请保证 `node` 环境在 `7.6` 版本以上。
### 安装node.js
- 直接安装 node.js :node.js官网地址 [https://nodejs.org](https://nodejs.org)
- nvm管理多版本 node.js :可以用nvm 进行node版本进行管理
- Mac 系统安装 nvm [https://github.com/creationix/nvm#manual-install](https://github.com/creationix/nvm#manual-install)
- windows 系统安装 nvm [https://github.com/coreybutler/nvm-windows](https://github.com/coreybutler/nvm-windows)
- Ubuntu 系统安装 nvm [https://gi 阅读全文