lrf d4e6412ccc 0.0.42 | 1 gadu atpakaļ | |
---|---|---|
.github | 2 gadi atpakaļ | |
app | 2 gadi atpakaļ | |
config | 3 gadi atpakaļ | |
lib | 1 gadu atpakaļ | |
test | 3 gadi atpakaļ | |
.autod.conf.js | 3 gadi atpakaļ | |
.eslintignore | 3 gadi atpakaļ | |
.eslintrc | 3 gadi atpakaļ | |
.gitignore | 3 gadi atpakaļ | |
.travis.yml | 2 gadi atpakaļ | |
README.md | 3 gadi atpakaļ | |
README.zh_CN.md | 1 gadu atpakaļ | |
app.js | 2 gadi atpakaļ | |
appveyor.yml | 3 gadi atpakaļ | |
index.d.ts | 3 gadi atpakaļ | |
index.js | 3 gadi atpakaļ | |
package.json | 1 gadu atpakaļ |
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.