发送邮件服务

lrf f97d3ac07a docker 部署 4 месяцев назад
.github d4dafcc06e update 2 лет назад
.vscode 9d53df67d0 update 2 лет назад
app 4736825675 update 1 год назад
config f97d3ac07a docker 部署 4 месяцев назад
template 9d53df67d0 update 2 лет назад
test d4dafcc06e update 2 лет назад
.eslintignore d4dafcc06e update 2 лет назад
.eslintrc d4dafcc06e update 2 лет назад
.gitignore d4dafcc06e update 2 лет назад
README.md d4dafcc06e update 2 лет назад
ecosystem.config.js f97d3ac07a docker 部署 4 месяцев назад
package.json d4dafcc06e update 2 лет назад
server.js 464dd408e9 update 2 лет назад

README.md

service-email

邮件服务

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.