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

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.