lrf d4e6412ccc 0.0.42 | пре 1 година | |
---|---|---|
.github | пре 2 година | |
app | пре 2 година | |
config | пре 3 година | |
lib | пре 1 година | |
test | пре 3 година | |
.autod.conf.js | пре 3 година | |
.eslintignore | пре 3 година | |
.eslintrc | пре 3 година | |
.gitignore | пре 3 година | |
.travis.yml | пре 2 година | |
README.md | пре 3 година | |
README.zh_CN.md | пре 1 година | |
app.js | пре 2 година | |
appveyor.yml | пре 3 година | |
index.d.ts | пре 3 година | |
index.js | пре 3 година | |
package.json | пре 1 година |
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.