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

lrf 30cc99c68a update hai 1 ano
.github 6f18835def 配置修改 hai 1 ano
app 4b4ff4af01 update %!s(int64=3) %!d(string=hai) anos
config 30cc99c68a update hai 1 ano
test 0a312c481f init %!s(int64=3) %!d(string=hai) anos
.autod.conf.js 0a312c481f init %!s(int64=3) %!d(string=hai) anos
.eslintignore 0a312c481f init %!s(int64=3) %!d(string=hai) anos
.eslintrc 0a312c481f init %!s(int64=3) %!d(string=hai) anos
.gitignore 0a312c481f init %!s(int64=3) %!d(string=hai) anos
.travis.yml 6f18835def 配置修改 hai 1 ano
README.md 0a312c481f init %!s(int64=3) %!d(string=hai) anos
appveyor.yml 6f18835def 配置修改 hai 1 ano
ecosystem.config.js eeb63a45c5 服务器修改 hai 1 ano
package.json 0a312c481f init %!s(int64=3) %!d(string=hai) anos
server.js 30675010dc update hai 1 ano

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.