-
**初衷/目标**
纯粹练手...
预计使用技术:
- [x] Typescript
- [x] Postgres
- [x] Koa2
- [x] Graphql
**TODO类型**
- [ ] 类库
- [ ] 框架
- [x] 服务
- [ ] 命令行工具
**预计时间**
- [ ] 一天
- [ ] 一周
- […
-
从这里下载了koa-generator, 想在index.hbs继承layout.hbs,做了下面的修改
app.js
```
app.use(views(__dirname + '/views', {
extension: 'hbs',
map: { hbs: 'handlebars' },
options: {
partials: {
…
-
https://github.com/kirbysayshi/vash/issues/85#issuecomment-126725518
And
https://github.com/kirbysayshi/vash/issues/35#issuecomment-38408041
-
https://www.pandashen.com/2018/08/20/20180820200342/
前言Koa 2.x 版本是当下最流行的 NodeJS 框架,Koa 2.0 的源码特别精简,不像 Express 封装的功能那么多,所以大部分的功能都是由 Koa 开发团队(同 Express 是一家出品)和社区贡献者针对 Koa 对 NodeJS 的封装特性实现的中间件来提供的,用法非…
-
作者你好,感谢提供这个封装库,这使得在做微信回复功能从原来数小时缩短至数分钟,由于我是刚学习nodejs不久,也是刚使用koa2,在我原有项目中使用该库里面本身的路由访问全部提示Invalid signature,请问作者如何解决啊
-
从fis2到fis3,作为一个写前端的码儿简直太喜欢fis这套工程化框架了。
用过了jello、smarty的前后端分离解决方案,解决了不少问题,大赞。
接触到yog2更是爱不释手,随着nodejs的框架更新迭代是不是可以考虑更新下此项目。
比如更新下node高版本?koa2?
-
Hello, I've just installed [koa2-swagger-ui package via npm](https://www.npmjs.com/package/koa2-swagger-ui) and I've updated my code with the settings on the documentation, however, for some reason, i…
-
https://toyfish.gitee.io/post/%E6%96%87%E6%A1%A3%E5%AF%BC%E8%88%AA?code=54ba28cd38389c79dc86
前端开发 JavaScript/node.js 现代 JavaScript 教程 nodejs中文网 koa2官方文档 eggjs官方文档 w3school 阮一峰博客 ES6 入门教程 MDN loadash…
-
Sample code to reproduce
```
import * as supertest from "supertest";
import app from "../app";
// Koa2 app
const agent = supertest.agent(app.callback());
describe("basic auth test", () => {…
-
## The devDependency [rimraf](https://github.com/isaacs/rimraf) was updated from `2.6.2` to `2.6.3`.
🚨 [View failing branch](https://github.com/tomoat/koa2-generator/compare/master...tomoat:greenkee…