用户模块

lrf 08c081f043 框架版本更新 2 anos atrás
.github f56e16ee03 init 3 anos atrás
app bc46f522b4 删除中间件,更改框架版本 3 anos atrás
config bc46f522b4 删除中间件,更改框架版本 3 anos atrás
readme f56e16ee03 init 3 anos atrás
test f56e16ee03 init 3 anos atrás
.autod.conf.js f56e16ee03 init 3 anos atrás
.eslintignore f56e16ee03 init 3 anos atrás
.eslintrc f56e16ee03 init 3 anos atrás
.gitignore f56e16ee03 init 3 anos atrás
.travis.yml f56e16ee03 init 3 anos atrás
README.md f56e16ee03 init 3 anos atrás
app.js f56e16ee03 init 3 anos atrás
appveyor.yml f56e16ee03 init 3 anos atrás
package.json 08c081f043 框架版本更新 2 anos atrás

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.