发送邮件服务

lrf f97d3ac07a docker 部署 1 month ago
.github d4dafcc06e update 2 years ago
.vscode 9d53df67d0 update 1 year ago
app 4736825675 update 11 months ago
config f97d3ac07a docker 部署 1 month ago
template 9d53df67d0 update 1 year ago
test d4dafcc06e update 2 years ago
.eslintignore d4dafcc06e update 2 years ago
.eslintrc d4dafcc06e update 2 years ago
.gitignore d4dafcc06e update 2 years ago
README.md d4dafcc06e update 2 years ago
ecosystem.config.js f97d3ac07a docker 部署 1 month ago
package.json d4dafcc06e update 2 years ago
server.js 464dd408e9 update 2 years ago

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.