服务端

guhongwei 83d8a08462 成员所在团队列表 3 anos atrás
.github 35fd4e7107 更新 3 anos atrás
app 83d8a08462 成员所在团队列表 3 anos atrás
config 0244dc064c 1 3 anos atrás
readme 35fd4e7107 更新 3 anos atrás
test 35fd4e7107 更新 3 anos atrás
.autod.conf.js 35fd4e7107 更新 3 anos atrás
.eslintignore 35fd4e7107 更新 3 anos atrás
.eslintrc 35fd4e7107 更新 3 anos atrás
.gitignore 35fd4e7107 更新 3 anos atrás
.travis.yml 35fd4e7107 更新 3 anos atrás
README.md 35fd4e7107 更新 3 anos atrás
app.js 35fd4e7107 更新 3 anos atrás
appveyor.yml 35fd4e7107 更新 3 anos atrás
ecosystem.config.js 35fd4e7107 更新 3 anos atrás
package.json 35fd4e7107 更新 3 anos atrás
server.js 35fd4e7107 更新 3 anos atrás

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.