asd123a20 8309dd6f2f 添加用户行为日志 2 年之前
..
app 8309dd6f2f 添加用户行为日志 2 年之前
config feffc3bc55 2 年之前
test feffc3bc55 2 年之前
.autod.conf.js feffc3bc55 2 年之前
.eslintignore feffc3bc55 2 年之前
.eslintrc feffc3bc55 2 年之前
.gitignore feffc3bc55 2 年之前
.travis.yml feffc3bc55 2 年之前
README.md feffc3bc55 2 年之前
appveyor.yml feffc3bc55 2 年之前
ecosystem.config.js feffc3bc55 2 年之前
jsconfig.json feffc3bc55 2 年之前
package.json feffc3bc55 2 年之前
server.js feffc3bc55 2 年之前

README.md

service-log

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.