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

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

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.