绩效模块服务端

guhongwei 432dadb4ad 1 3 yıl önce
.github 51b39961a0 init 3 yıl önce
app 432dadb4ad 1 3 yıl önce
config 51b39961a0 init 3 yıl önce
test 51b39961a0 init 3 yıl önce
.autod.conf.js 51b39961a0 init 3 yıl önce
.eslintignore 51b39961a0 init 3 yıl önce
.eslintrc 51b39961a0 init 3 yıl önce
.gitignore 51b39961a0 init 3 yıl önce
.travis.yml 51b39961a0 init 3 yıl önce
README.md 51b39961a0 init 3 yıl önce
app.js 51b39961a0 init 3 yıl önce
appveyor.yml 51b39961a0 init 3 yıl önce
package.json 51b39961a0 init 3 yıl önce

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.