待办事项与消息提醒

liuyu 2f45f755e9 gggg 5 年之前
.vscode 648e89c0e7 hhh 5 年之前
app 2f45f755e9 gggg 5 年之前
config 2f45f755e9 gggg 5 年之前
test 648e89c0e7 hhh 5 年之前
.autod.conf.js 648e89c0e7 hhh 5 年之前
.eslintignore 648e89c0e7 hhh 5 年之前
.eslintrc 648e89c0e7 hhh 5 年之前
.gitignore 648e89c0e7 hhh 5 年之前
.travis.yml 648e89c0e7 hhh 5 年之前
README.md 9d3b5d3669 first commit 5 年之前
appveyor.yml 648e89c0e7 hhh 5 年之前
ecosystem.config.js 648e89c0e7 hhh 5 年之前
package.json 89df89ea6a hhhh 5 年之前
server.js 648e89c0e7 hhh 5 年之前

README.md

service-msg

消息

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.