发送邮件服务

lrf f97d3ac07a docker 部署 1 月之前
.github d4dafcc06e update 2 年之前
.vscode 9d53df67d0 update 1 年之前
app 4736825675 update 11 月之前
config f97d3ac07a docker 部署 1 月之前
template 9d53df67d0 update 1 年之前
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 部署 1 月之前
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.