待办事项与消息提醒

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.