服务端

guhongwei 4aa65b7a96 1 il y a 2 ans
.github 35fd4e7107 更新 il y a 3 ans
app 4aa65b7a96 1 il y a 2 ans
config 2057746e5f 1 il y a 2 ans
readme 35fd4e7107 更新 il y a 3 ans
test 6893d13765 update il y a 2 ans
.autod.conf.js 35fd4e7107 更新 il y a 3 ans
.eslintignore 35fd4e7107 更新 il y a 3 ans
.eslintrc 35fd4e7107 更新 il y a 3 ans
.gitignore 35fd4e7107 更新 il y a 3 ans
.travis.yml 35fd4e7107 更新 il y a 3 ans
README.md 35fd4e7107 更新 il y a 3 ans
app.js 35fd4e7107 更新 il y a 3 ans
appveyor.yml 35fd4e7107 更新 il y a 3 ans
ecosystem.config.js 35fd4e7107 更新 il y a 3 ans
package.json 35fd4e7107 更新 il y a 3 ans
server.js 35fd4e7107 更新 il y a 3 ans

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.