简单的角色-权限模型管理

lrf 30cc99c68a update hace 1 año
.github 6f18835def 配置修改 hace 1 año
app 4b4ff4af01 update hace 4 años
config 30cc99c68a update hace 1 año
test 0a312c481f init hace 4 años
.autod.conf.js 0a312c481f init hace 4 años
.eslintignore 0a312c481f init hace 4 años
.eslintrc 0a312c481f init hace 4 años
.gitignore 0a312c481f init hace 4 años
.travis.yml 6f18835def 配置修改 hace 1 año
README.md 0a312c481f init hace 4 años
appveyor.yml 6f18835def 配置修改 hace 1 año
ecosystem.config.js eeb63a45c5 服务器修改 hace 1 año
package.json 0a312c481f init hace 4 años
server.js 30675010dc update hace 1 año

README.md

service-auth

权限角色

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.