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

lrf402788946 3fc27598b4 update 3 лет назад
.vscode 083466aee9 用户登录权限 4 лет назад
app dd5139ccfb 1 4 лет назад
config 3fc27598b4 update 3 лет назад
test d047e2124e 用户鉴权服务 4 лет назад
.autod.conf.js d047e2124e 用户鉴权服务 4 лет назад
.eslintignore d047e2124e 用户鉴权服务 4 лет назад
.eslintrc d047e2124e 用户鉴权服务 4 лет назад
.gitignore d047e2124e 用户鉴权服务 4 лет назад
.travis.yml 083466aee9 用户登录权限 4 лет назад
README.md ded8aef591 first commit 4 лет назад
appveyor.yml 083466aee9 用户登录权限 4 лет назад
ecosystem.config.js 083466aee9 用户登录权限 4 лет назад
package.json 083466aee9 用户登录权限 4 лет назад
server.js 083466aee9 用户登录权限 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.