1.0.3 • Published 3 years ago

kou-node-framework v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

yfd-node-framework

common node framework

QuickStart

$ npm install
$ npm test

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

// {app_root}/index.js
{
  "name": "egg-showcase",
  "egg": {
    "framework": "yadan"
  }
}

Questions & Suggestions

Please open an issue here.