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

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.