绩效模块服务端

guhongwei 432dadb4ad 1 3 years ago
.github 51b39961a0 init 3 years ago
app 432dadb4ad 1 3 years ago
config 51b39961a0 init 3 years ago
test 51b39961a0 init 3 years ago
.autod.conf.js 51b39961a0 init 3 years ago
.eslintignore 51b39961a0 init 3 years ago
.eslintrc 51b39961a0 init 3 years ago
.gitignore 51b39961a0 init 3 years ago
.travis.yml 51b39961a0 init 3 years ago
README.md 51b39961a0 init 3 years ago
app.js 51b39961a0 init 3 years ago
appveyor.yml 51b39961a0 init 3 years ago
package.json 51b39961a0 init 3 years ago

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.