成果评价V2

guhongwei 6616cd7cb0 1 2 éve
.github eb635511f0 init 2 éve
app 6616cd7cb0 1 2 éve
config eb635511f0 init 2 éve
readme eb635511f0 init 2 éve
test eb635511f0 init 2 éve
.autod.conf.js eb635511f0 init 2 éve
.eslintignore eb635511f0 init 2 éve
.eslintrc eb635511f0 init 2 éve
.gitignore eb635511f0 init 2 éve
.travis.yml eb635511f0 init 2 éve
README.md eb635511f0 init 2 éve
app.js eb635511f0 init 2 éve
appveyor.yml eb635511f0 init 2 éve
ecosystem.config.js eb635511f0 init 2 éve
package.json eb635511f0 init 2 éve
server.js eb635511f0 init 2 éve

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.