Merge pull request #1 from liqingyun/master

修复koa-static2模块缺失
This commit is contained in:
yi-ge 2017-01-23 12:59:22 +08:00 committed by GitHub
commit ef84eb8428
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ China大陆用户请自行优化网络。
$ git clone https://github.com/yi-ge/koa2-API-scaffold.git $ git clone https://github.com/yi-ge/koa2-API-scaffold.git
$ cd mv koa2-API-scaffold $ cd mv koa2-API-scaffold
$ npm install $ npm install # 安装依赖项
$ npm run dev # 可执行npm start跳过ESlint检查。 $ npm run dev # 可执行npm start跳过ESlint检查。
``` ```
访问: http://127.0.0.1:3000/ 访问: http://127.0.0.1:3000/

View File

@ -16,6 +16,7 @@
"koa-multer": "^1.0.1", "koa-multer": "^1.0.1",
"koa-router": "^7.0.1", "koa-router": "^7.0.1",
"koa-session2": "^1.0.8", "koa-session2": "^1.0.8",
"koa-static2": "^0.1.8",
"mysql": "^2.12.0", "mysql": "^2.12.0",
"nodemailer": "^2.7.2", "nodemailer": "^2.7.2",
"promise-mysql": "^3.0.0", "promise-mysql": "^3.0.0",