服务端

lrf a9c7162904 修改查询方式 2 年之前
.github 35fd4e7107 更新 3 年之前
app a9c7162904 修改查询方式 2 年之前
config a9c7162904 修改查询方式 2 年之前
readme 35fd4e7107 更新 3 年之前
test 6893d13765 update 2 年之前
.autod.conf.js 35fd4e7107 更新 3 年之前
.eslintignore 35fd4e7107 更新 3 年之前
.eslintrc 35fd4e7107 更新 3 年之前
.gitignore 35fd4e7107 更新 3 年之前
.travis.yml 35fd4e7107 更新 3 年之前
README.md 35fd4e7107 更新 3 年之前
app.js 35fd4e7107 更新 3 年之前
appveyor.yml 35fd4e7107 更新 3 年之前
ecosystem.config.js 35fd4e7107 更新 3 年之前
package.json 35fd4e7107 更新 3 年之前
server.js 35fd4e7107 更新 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.