begg

1.4.13 • 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.

/begg/

    Package Sidebar

    Install

    npm i begg

    Weekly Downloads

    46

    Version

    1.4.13

    License

    MIT

    Unpacked Size

    26 kB

    Total Files

    25

    Last publish

    Collaborators

    • mucfe