服务端

guhongwei 4aa65b7a96 1 2 년 전
.github 35fd4e7107 更新 3 년 전
app 4aa65b7a96 1 2 년 전
config 2057746e5f 1 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.