egg-wugs-framework

1.0.1 • Public • Published

egg-wugs-framework

egg framework for myself

QuickStart

npm i --save egg-wugs-framework

then update your package.json

{
    "egg": {
        "framework": "egg-wugs-framework"
    }
}

so your can use these plugins without npm i --save ...

{
    "dependencies": {
        "bluebird": "^3.5.5",
        "egg": "^2.3.0",
        "egg-cors": "^2.2.0",
        "egg-elasticsearch2": "^2.0.1",
        "egg-jwt": "^3.1.6",
        "egg-mongoose": "^3.2.0",
        "egg-redis": "^2.4.0",
        "egg-userrole": "^2.1.0",
        "egg-validate": "^2.0.2",
        "lodash": "^4.17.15",
        "md5": "^2.2.1",
        "moment": "^2.24.0",
        "mongoose": "^5.6.6",
        "node-fetch": "^2.6.0"
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i egg-wugs-framework

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.98 kB

Total Files

9

Last publish

Collaborators

  • wuguangsen