待办事项与消息提醒

liuyu 3461ab5df6 hh 5 years ago
.vscode 648e89c0e7 hhh 5 years ago
app 3461ab5df6 hh 5 years ago
config 3461ab5df6 hh 5 years ago
test 648e89c0e7 hhh 5 years ago
.autod.conf.js 648e89c0e7 hhh 5 years ago
.eslintignore 648e89c0e7 hhh 5 years ago
.eslintrc 648e89c0e7 hhh 5 years ago
.gitignore 648e89c0e7 hhh 5 years ago
.travis.yml 648e89c0e7 hhh 5 years ago
README.md 9d3b5d3669 first commit 5 years ago
appveyor.yml 648e89c0e7 hhh 5 years ago
ecosystem.config.js 648e89c0e7 hhh 5 years ago
package.json 89df89ea6a hhhh 5 years ago
server.js 648e89c0e7 hhh 5 years ago

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.