发送邮件服务

lrf 928b4627fc update 1 year ago
.github d4dafcc06e update 2 years ago
.vscode 9d53df67d0 update 2 years ago
app 4736825675 update 1 year ago
config 928b4627fc update 1 year ago
template 9d53df67d0 update 2 years 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 464dd408e9 update 2 years 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.