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

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.