asd123a20 f62973a95b 修改客户端用户,修改会员,添加客户端用户网关配置 2 years ago
..
app f62973a95b 修改客户端用户,修改会员,添加客户端用户网关配置 2 years ago
config 0a5deee960 修改端口号 2 years ago
test 4cacb86f99 添加客户端的用户 管理服务 2 years ago
.autod.conf.js 4cacb86f99 添加客户端的用户 管理服务 2 years ago
.eslintignore 4cacb86f99 添加客户端的用户 管理服务 2 years ago
.eslintrc 4cacb86f99 添加客户端的用户 管理服务 2 years ago
.gitignore 4cacb86f99 添加客户端的用户 管理服务 2 years ago
.travis.yml 4cacb86f99 添加客户端的用户 管理服务 2 years ago
README.md 4cacb86f99 添加客户端的用户 管理服务 2 years ago
appveyor.yml 4cacb86f99 添加客户端的用户 管理服务 2 years ago
ecosystem.config.js 4cacb86f99 添加客户端的用户 管理服务 2 years ago
jsconfig.json 4cacb86f99 添加客户端的用户 管理服务 2 years ago
package.json 4cacb86f99 添加客户端的用户 管理服务 2 years ago
server.js 4cacb86f99 添加客户端的用户 管理服务 2 years ago

README.md

service-code

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.