成果评价V2

guhongwei 6616cd7cb0 1 пре 2 година
.github eb635511f0 init пре 2 година
app 6616cd7cb0 1 пре 2 година
config eb635511f0 init пре 2 година
readme eb635511f0 init пре 2 година
test eb635511f0 init пре 2 година
.autod.conf.js eb635511f0 init пре 2 година
.eslintignore eb635511f0 init пре 2 година
.eslintrc eb635511f0 init пре 2 година
.gitignore eb635511f0 init пре 2 година
.travis.yml eb635511f0 init пре 2 година
README.md eb635511f0 init пре 2 година
app.js eb635511f0 init пре 2 година
appveyor.yml eb635511f0 init пре 2 година
ecosystem.config.js eb635511f0 init пре 2 година
package.json eb635511f0 init пре 2 година
server.js eb635511f0 init пре 2 година

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.