用户模块

lrf 08c081f043 框架版本更新 %!s(int64=2) %!d(string=hai) anos
.github f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
app bc46f522b4 删除中间件,更改框架版本 %!s(int64=3) %!d(string=hai) anos
config bc46f522b4 删除中间件,更改框架版本 %!s(int64=3) %!d(string=hai) anos
readme f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
test f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
.autod.conf.js f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
.eslintignore f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
.eslintrc f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
.gitignore f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
.travis.yml f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
README.md f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
app.js f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
appveyor.yml f56e16ee03 init %!s(int64=3) %!d(string=hai) anos
package.json 08c081f043 框架版本更新 %!s(int64=2) %!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.