xy-base

xy base framework for egg

Usage no npm install needed!

<script type="module">
  import xyBase from 'https://cdn.skypack.dev/xy-base';
</script>

README

xy-base

xy base framework for egg

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.