待办事项与消息提醒

liuyu 377fe2dfa3 更改端口号 和 本地配置 5 anos atrás
.vscode 648e89c0e7 hhh 5 anos atrás
app aa38a14d64 hh 5 anos atrás
config 377fe2dfa3 更改端口号 和 本地配置 5 anos atrás
test 648e89c0e7 hhh 5 anos atrás
.autod.conf.js 648e89c0e7 hhh 5 anos atrás
.eslintignore 648e89c0e7 hhh 5 anos atrás
.eslintrc 648e89c0e7 hhh 5 anos atrás
.gitignore 648e89c0e7 hhh 5 anos atrás
.travis.yml 648e89c0e7 hhh 5 anos atrás
README.md 9d3b5d3669 first commit 5 anos atrás
app.js cb5a47ac56 hh 5 anos atrás
appveyor.yml 648e89c0e7 hhh 5 anos atrás
ecosystem.config.js 648e89c0e7 hhh 5 anos atrás
package.json 5676705982 hhhh 5 anos atrás
server.js 648e89c0e7 hhh 5 anos atrás

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.