用户注册,登录,鉴权服务

cheny a4924e61b5 132 4 년 전
.vscode 083466aee9 用户登录权限 5 년 전
app a4924e61b5 132 4 년 전
config 0de6581c50 hh 5 년 전
test d047e2124e 用户鉴权服务 5 년 전
.autod.conf.js d047e2124e 用户鉴权服务 5 년 전
.eslintignore d047e2124e 用户鉴权服务 5 년 전
.eslintrc d047e2124e 用户鉴权服务 5 년 전
.gitignore d047e2124e 用户鉴权服务 5 년 전
.travis.yml 083466aee9 用户登录权限 5 년 전
README.md ded8aef591 first commit 5 년 전
appveyor.yml 083466aee9 用户登录权限 5 년 전
ecosystem.config.js 083466aee9 用户登录权限 5 년 전
package.json 083466aee9 用户登录权限 5 년 전
server.js 083466aee9 用户登录权限 5 년 전

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.