成果评价V2

lrf 1f5b82913a Merge branch 'master' of http://git.cc-lotus.info/new-live/server-achieve 3 yıl önce
.github eb635511f0 init 3 yıl önce
app 1f5b82913a Merge branch 'master' of http://git.cc-lotus.info/new-live/server-achieve 3 yıl önce
config eb635511f0 init 3 yıl önce
readme eb635511f0 init 3 yıl önce
test eb635511f0 init 3 yıl önce
.autod.conf.js eb635511f0 init 3 yıl önce
.eslintignore eb635511f0 init 3 yıl önce
.eslintrc eb635511f0 init 3 yıl önce
.gitignore eb635511f0 init 3 yıl önce
.travis.yml eb635511f0 init 3 yıl önce
README.md eb635511f0 init 3 yıl önce
app.js eb635511f0 init 3 yıl önce
appveyor.yml eb635511f0 init 3 yıl önce
ecosystem.config.js eb635511f0 init 3 yıl önce
package.json eb635511f0 init 3 yıl önce
server.js eb635511f0 init 3 yıl önce

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.