begg
v1.4.19
Published
a nodejs framework
Downloads
81
Readme
begg
a nodejs framework
QuickStart
$ mkdir begg && cd begg
$ npm init egg --type=framework
$ npm i
publish your framework to npm, then change app's framework config:
// {app_root}/package.json
{
"name": "project-name",
"egg": {
"framework": "begg"
},
}
Questions & Suggestions
Please open an issue here.