服务端

lrf a9c7162904 修改查询方式 %!s(int64=2) %!d(string=hai) anos
.github 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
app a9c7162904 修改查询方式 %!s(int64=2) %!d(string=hai) anos
config a9c7162904 修改查询方式 %!s(int64=2) %!d(string=hai) anos
readme 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
test 6893d13765 update %!s(int64=2) %!d(string=hai) anos
.autod.conf.js 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
.eslintignore 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
.eslintrc 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
.gitignore 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
.travis.yml 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
README.md 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
app.js 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
appveyor.yml 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
ecosystem.config.js 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
package.json 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
server.js 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos

README.md

server-user

服务-用户管理

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.