待办事项与消息提醒

nihao 0380d5fa2a 新增agent 5 лет назад
.vscode 648e89c0e7 hhh 5 лет назад
app 93c3d89ec2 修改消息机制 5 лет назад
config ac2145aab4 增加消息配置 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 лет назад
agent.js 0380d5fa2a 新增agent 5 лет назад
app.js 0380d5fa2a 新增agent 5 лет назад
appveyor.yml 648e89c0e7 hhh 5 лет назад
ecosystem.config.js 648e89c0e7 hhh 5 лет назад
package.json 5676705982 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.