成果评价V2

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

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.