begg

1.4.18 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i begg

Weekly Downloads

1

Version

1.4.18

License

MIT

Unpacked Size

30.9 kB

Total Files

29

Last publish

Collaborators

  • mucfe