绩效模块服务端

guhongwei 432dadb4ad 1 3 年 前
.github 51b39961a0 init 3 年 前
app 432dadb4ad 1 3 年 前
config 51b39961a0 init 3 年 前
test 51b39961a0 init 3 年 前
.autod.conf.js 51b39961a0 init 3 年 前
.eslintignore 51b39961a0 init 3 年 前
.eslintrc 51b39961a0 init 3 年 前
.gitignore 51b39961a0 init 3 年 前
.travis.yml 51b39961a0 init 3 年 前
README.md 51b39961a0 init 3 年 前
app.js 51b39961a0 init 3 年 前
appveyor.yml 51b39961a0 init 3 年 前
package.json 51b39961a0 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.