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