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