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

lrf402788946 3d1f6efcaa update 4 anos atrás
.github 1fd7272568 init 4 anos atrás
app 3d1f6efcaa update 4 anos atrás
config 3d1f6efcaa update 4 anos atrás
test 1fd7272568 init 4 anos atrás
.autod.conf.js 1fd7272568 init 4 anos atrás
.eslintignore 1fd7272568 init 4 anos atrás
.eslintrc 1fd7272568 init 4 anos atrás
.gitignore 1fd7272568 init 4 anos atrás
.travis.yml 1fd7272568 init 4 anos atrás
README.md 1fd7272568 init 4 anos atrás
appveyor.yml 1fd7272568 init 4 anos atrás
ecosystem.config.js d6a51bc751 update 4 anos atrás
package.json 3d1f6efcaa update 4 anos atrás
server.js 1fd7272568 init 4 anos atrás

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.