Bez popisu

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

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.