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

lrf402788946 594efc1254 update 4 年之前
.github 1fd7272568 init 4 年之前
app 594efc1254 update 4 年之前
config 1fd7272568 init 4 年之前
test 1fd7272568 init 4 年之前
.autod.conf.js 1fd7272568 init 4 年之前
.eslintignore 1fd7272568 init 4 年之前
.eslintrc 1fd7272568 init 4 年之前
.gitignore 1fd7272568 init 4 年之前
.travis.yml 1fd7272568 init 4 年之前
README.md 1fd7272568 init 4 年之前
appveyor.yml 1fd7272568 init 4 年之前
ecosystem.config.js d6a51bc751 update 4 年之前
package.json 1fd7272568 init 4 年之前
server.js 1fd7272568 init 4 年之前

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.