成果评价V2

lrf 1f5b82913a Merge branch 'master' of http://git.cc-lotus.info/new-live/server-achieve пре 3 година
.github eb635511f0 init пре 3 година
app 1f5b82913a Merge branch 'master' of http://git.cc-lotus.info/new-live/server-achieve пре 3 година
config eb635511f0 init пре 3 година
readme eb635511f0 init пре 3 година
test eb635511f0 init пре 3 година
.autod.conf.js eb635511f0 init пре 3 година
.eslintignore eb635511f0 init пре 3 година
.eslintrc eb635511f0 init пре 3 година
.gitignore eb635511f0 init пре 3 година
.travis.yml eb635511f0 init пре 3 година
README.md eb635511f0 init пре 3 година
app.js eb635511f0 init пре 3 година
appveyor.yml eb635511f0 init пре 3 година
ecosystem.config.js eb635511f0 init пре 3 година
package.json eb635511f0 init пре 3 година
server.js eb635511f0 init пре 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.