0.9.11 • Published 5 years ago

@qintx/modular_egg v0.9.11

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

modular_egg

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('modular_egg').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.