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

lrf402788946 3d1f6efcaa update il y a 4 ans
.github 1fd7272568 init il y a 4 ans
app 3d1f6efcaa update il y a 4 ans
config 3d1f6efcaa update il y a 4 ans
test 1fd7272568 init il y a 4 ans
.autod.conf.js 1fd7272568 init il y a 4 ans
.eslintignore 1fd7272568 init il y a 4 ans
.eslintrc 1fd7272568 init il y a 4 ans
.gitignore 1fd7272568 init il y a 4 ans
.travis.yml 1fd7272568 init il y a 4 ans
README.md 1fd7272568 init il y a 4 ans
appveyor.yml 1fd7272568 init il y a 4 ans
ecosystem.config.js d6a51bc751 update il y a 4 ans
package.json 3d1f6efcaa update il y a 4 ans
server.js 1fd7272568 init il y a 4 ans

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.