成果评价V2

guhongwei 6616cd7cb0 1 %!s(int64=2) %!d(string=hai) anos
.github eb635511f0 init %!s(int64=2) %!d(string=hai) anos
app 6616cd7cb0 1 %!s(int64=2) %!d(string=hai) anos
config eb635511f0 init %!s(int64=2) %!d(string=hai) anos
readme eb635511f0 init %!s(int64=2) %!d(string=hai) anos
test eb635511f0 init %!s(int64=2) %!d(string=hai) anos
.autod.conf.js eb635511f0 init %!s(int64=2) %!d(string=hai) anos
.eslintignore eb635511f0 init %!s(int64=2) %!d(string=hai) anos
.eslintrc eb635511f0 init %!s(int64=2) %!d(string=hai) anos
.gitignore eb635511f0 init %!s(int64=2) %!d(string=hai) anos
.travis.yml eb635511f0 init %!s(int64=2) %!d(string=hai) anos
README.md eb635511f0 init %!s(int64=2) %!d(string=hai) anos
app.js eb635511f0 init %!s(int64=2) %!d(string=hai) anos
appveyor.yml eb635511f0 init %!s(int64=2) %!d(string=hai) anos
ecosystem.config.js eb635511f0 init %!s(int64=2) %!d(string=hai) anos
package.json eb635511f0 init %!s(int64=2) %!d(string=hai) anos
server.js eb635511f0 init %!s(int64=2) %!d(string=hai) anos

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.