Nincs leírás

lrf d4e6412ccc 0.0.42 1 éve
.github 8440ac7785 更新query:时间精确到时分秒,query和count使用aggregate(聚合管道)查询 2 éve
app af10ece4dc update 2 éve
config 766a1d54ca init 3 éve
lib 7b0aee5cb9 update 1 éve
test 766a1d54ca init 3 éve
.autod.conf.js 766a1d54ca init 3 éve
.eslintignore 766a1d54ca init 3 éve
.eslintrc 766a1d54ca init 3 éve
.gitignore 766a1d54ca init 3 éve
.travis.yml 8440ac7785 更新query:时间精确到时分秒,query和count使用aggregate(聚合管道)查询 2 éve
README.md 766a1d54ca init 3 éve
README.zh_CN.md 33be2e5a79 update 1 éve
app.js 94e425486d 修改查询,匹配分站模式;添加中间件:检查token并转换到ctx.user上;password密码转换 2 éve
appveyor.yml 766a1d54ca init 3 éve
index.d.ts 766a1d54ca init 3 éve
index.js 766a1d54ca init 3 éve
package.json d4e6412ccc 0.0.42 1 éve

README.md

naf-framework-mongoose-free

free egg framework use mongoose

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('naf-framework-mongoose').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.