服务端

lrf c82fc2911a init admin bug 3 년 전
.github 5fad99be1a 增加项目 3 년 전
app 3a4176de1b update 3 년 전
config 16d337ddb9 test 3 년 전
readme 5fad99be1a 增加项目 3 년 전
test 5fad99be1a 增加项目 3 년 전
.autod.conf.js 5fad99be1a 增加项目 3 년 전
.eslintignore 5fad99be1a 增加项目 3 년 전
.eslintrc 5fad99be1a 增加项目 3 년 전
.gitignore 5fad99be1a 增加项目 3 년 전
.travis.yml 5fad99be1a 增加项目 3 년 전
README.md 5fad99be1a 增加项目 3 년 전
app.js c82fc2911a init admin bug 3 년 전
appveyor.yml 5fad99be1a 增加项目 3 년 전
ecosystem.config.js 5fad99be1a 增加项目 3 년 전
package.json 3a4176de1b update 3 년 전
server.js 5fad99be1a 增加项目 3 년 전

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.