lrf d4e6412ccc 0.0.42 | hace 1 año | |
---|---|---|
.github | hace 2 años | |
app | hace 2 años | |
config | hace 3 años | |
lib | hace 1 año | |
test | hace 3 años | |
.autod.conf.js | hace 3 años | |
.eslintignore | hace 3 años | |
.eslintrc | hace 3 años | |
.gitignore | hace 3 años | |
.travis.yml | hace 2 años | |
README.md | hace 3 años | |
README.zh_CN.md | hace 1 año | |
app.js | hace 2 años | |
appveyor.yml | hace 3 años | |
index.d.ts | hace 3 años | |
index.js | hace 3 años | |
package.json | hace 1 año |
free egg framework use mongoose
$ 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
});
Please open an issue here.