成果评价V2

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

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.