lrf d4e6412ccc 0.0.42 | há 1 ano atrás | |
---|---|---|
.github | há 2 anos atrás | |
app | há 2 anos atrás | |
config | há 3 anos atrás | |
lib | há 1 ano atrás | |
test | há 3 anos atrás | |
.autod.conf.js | há 3 anos atrás | |
.eslintignore | há 3 anos atrás | |
.eslintrc | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
.travis.yml | há 2 anos atrás | |
README.md | há 3 anos atrás | |
README.zh_CN.md | há 1 ano atrás | |
app.js | há 2 anos atrás | |
appveyor.yml | há 3 anos atrás | |
index.d.ts | há 3 anos atrás | |
index.js | há 3 anos atrás | |
package.json | há 1 ano atrás |
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.