1.0.1 • Published 5 years ago

egg-wugs-framework v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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"
    }
}