用户模块

lrf f56e16ee03 init 3 年之前
.github f56e16ee03 init 3 年之前
app f56e16ee03 init 3 年之前
config f56e16ee03 init 3 年之前
readme f56e16ee03 init 3 年之前
test f56e16ee03 init 3 年之前
.autod.conf.js f56e16ee03 init 3 年之前
.eslintignore f56e16ee03 init 3 年之前
.eslintrc f56e16ee03 init 3 年之前
.gitignore f56e16ee03 init 3 年之前
.travis.yml f56e16ee03 init 3 年之前
README.md f56e16ee03 init 3 年之前
app.js f56e16ee03 init 3 年之前
appveyor.yml f56e16ee03 init 3 年之前
package.json f56e16ee03 init 3 年之前

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.