服务端

lrf 819628127a 修改端口号 hai 11 meses
.github 35fd4e7107 更新 %!s(int64=3) %!d(string=hai) anos
app 4aa65b7a96 1 %!s(int64=2) %!d(string=hai) anos
config 819628127a 修改端口号 hai 11 meses
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.