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

lrf402788946 249876bc1f update 4 years ago
.github 1fd7272568 init 4 years ago
app 249876bc1f update 4 years ago
config b276a0fd93 update 4 years ago
test 1fd7272568 init 4 years ago
.autod.conf.js 1fd7272568 init 4 years ago
.eslintignore 1fd7272568 init 4 years ago
.eslintrc 1fd7272568 init 4 years ago
.gitignore 1fd7272568 init 4 years ago
.travis.yml 1fd7272568 init 4 years ago
README.md 1fd7272568 init 4 years ago
appveyor.yml 1fd7272568 init 4 years ago
ecosystem.config.js d6a51bc751 update 4 years ago
package.json 1fd7272568 init 4 years ago
server.js 1fd7272568 init 4 years ago

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.