成果评价V2

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

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.