发送邮件服务

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.