|
2 년 전 | |
---|---|---|
.github | 3 년 전 | |
app | 3 년 전 | |
config | 4 년 전 | |
lib | 2 년 전 | |
test | 4 년 전 | |
.autod.conf.js | 4 년 전 | |
.eslintignore | 4 년 전 | |
.eslintrc | 4 년 전 | |
.gitignore | 4 년 전 | |
.travis.yml | 3 년 전 | |
README.md | 4 년 전 | |
README.zh_CN.md | 2 년 전 | |
app.js | 3 년 전 | |
appveyor.yml | 4 년 전 | |
index.d.ts | 4 년 전 | |
index.js | 4 년 전 | |
package.json | 2 년 전 |
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.