-
Thanks for this project. I'm having trouble getting hot reloading to work, so I thought I would create a "hello world" complete project to demonstrate. https://github.com/cmoad/koa-webpack-hmr-test
…
cmoad updated
6 years ago
-
Hello
Having gained some knowledge about apollo and graphql, I am thinking about restructuring my main application.
I want to make it more modular, so that I can hopefully reuse some modules in the o…
HriBB updated
7 years ago
-
-
I've forked this package and am in the process of updating it for koa2. koa2 is not backward compatible, although there are compatibility wrappers. Most other repos seem to be using a new branch on ex…
-
@robotomize
"koa2-useragent": "^0.2.4",
TypeError: regex.test is not a function
at UserAgent.getBrowserVersion (at koa2-useragent\dist\lib\useragent.js:259:31)
default:
…
-
用Koa2+Mysql搭建了一下后台请求的数据,可以实现分页数据和查询数据的展示了。
-
### I have an application with a server direcotry. index.js and server.js in this direcotry.
index.js
```js
import('babel-register');
import('babel-polyfill');
import('./server.js');
```
as you…
-
We're in dire need of tests and I'm short on time at the moment. Ideal setup would be with:
- Mocha or Ava
- PhantomJS or Electron
- Vue.js or React
- Koa2 (_required_)
- Webpack (_required_)
-
新增的处理xml提前处理的方法,可能需要加个判断body是不是字符串
我用的koa2+koa-bodyparser4.2.x,导致`ctx.request.body`是个`{}`,所以就一直报错了。。
搞了一下午,刚刚突然发现是新增了那个判断。
-
现在是只能在浏览器端使用,能否出一个koa2的插件