boyu-framework

博育egg后端通用框架插件 详见egg文档

Usage no npm install needed!

<script type="module">
  import boyuFramework from 'https://cdn.skypack.dev/boyu-framework';
</script>

README

boyu-framework

博育egg后端通用框架插件 详见egg文档

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.