待办事项与消息提醒

liuyu 577436ac8b 更改正式环境地址 5 anni fa
.vscode 648e89c0e7 hhh 5 anni fa
app b1d4826295 更改面试邀请模板 5 anni fa
config 577436ac8b 更改正式环境地址 5 anni fa
test 648e89c0e7 hhh 5 anni fa
.autod.conf.js 648e89c0e7 hhh 5 anni fa
.eslintignore 648e89c0e7 hhh 5 anni fa
.eslintrc 648e89c0e7 hhh 5 anni fa
.gitignore 648e89c0e7 hhh 5 anni fa
.travis.yml 648e89c0e7 hhh 5 anni fa
README.md 9d3b5d3669 first commit 5 anni fa
app.js 7202d57a57 模板消息更改 5 anni fa
appveyor.yml 648e89c0e7 hhh 5 anni fa
ecosystem.config.js 648e89c0e7 hhh 5 anni fa
package.json 5676705982 hhhh 5 anni fa
server.js 648e89c0e7 hhh 5 anni fa

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.