服务端

lrf 819628127a 修改端口号 пре 11 месеци
.github 35fd4e7107 更新 пре 3 година
app 4aa65b7a96 1 пре 2 година
config 819628127a 修改端口号 пре 11 месеци
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.